Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • solange.emmenegger/adml-hslu-hs22
  • marcel.estermann/adml-hslu-hs22
  • jeri_waber/adml-hslu-hs22
  • benjamin.seeberger/adml-hslu-hs22
  • felderdavid/adml-hslu-hs22
  • roger.krauer/adml-hslu-hs22
  • pascal.baumann/adml-hslu-hs22
  • simon.horat/adml-hslu-hs22
  • pascal1/adml-hslu-hs22
  • jaron.matzinger/adml-hslu-hs22
  • ismael_waber/adml-hslu-hs22
  • cyril.winkler/adml-hslu-hs22
  • sparringnoah/adml-hslu-hs22
  • fabian.heinzer/adml-hslu-hs22
  • franz.schnyder/adml-hslu-hs22
  • nick.vaes/adml-hslu-hs22
  • dominic_kuenzi/adml-hslu-hs22
  • stefanxdodermatt/adml-hslu-hs22
  • daniel.haefliger/adml-hslu-hs22
  • jonas.arnold/adml-hslu-hs22
  • elio.schmid1/adml-hslu-hs22
  • michael.infanger/adml-hslu-hs22
  • mario.roelli/adml-hslu-hs22
  • johanna.zoe.koch/adml-hslu-hs22
  • timon.kurmann/adml-hslu-hs22
  • nadja.kauf/adml-hslu-hs22
  • kaj.rauch/adml-hslu-hs22
  • mike.thalmann/adml-hslu-hs22
  • cedric.regenass/adml-hslu-hs22
  • ruben.nunez/adml-hslu-hs22
  • rahel.preisig/adml-hslu-hs22
  • lblenny/adml-hslu-hs22
  • micha.wiss/adml-hslu-hs22
  • patrickm035/adml-hslu-hs22
  • michel.philippe/adml-hslu-hs22
  • michael_jakober/adml-hslu-hs22
  • ulascan.yildirim/adml-hslu-hs22
  • michi.imfeld/adml-hslu-hs22
  • sahra.baettig/adml-hslu-hs22
  • nathanael.ledrich/adml-hslu-hs22
  • dario.stocker/adml-hslu-hs22
  • jannik99/adml-hslu-hs22
  • pjuchler/adml-hslu-hs22
  • raphigubi/adml-hslu-hs22
  • ivan.herger/adml-hslu-hs22
  • robin.1999/adml-hslu-hs22-robin-burkard
  • stefan.roethlisberger1/adml-hslu-hs22
  • elias.camenzind/adml-hslu-hs22
  • meli.00/adml-hslu-hs22
  • lino.thalmann/adml-hslu-hs22
  • lukas.moser/adml-hslu-hs22
  • lars.unternaehrer/adml-hslu-hs22
  • joel.vonmoos/adml-hslu-hs22
  • severin.ineichen/adml-hslu-hs22
  • robin.1999/adml-hslu-hs22-robin-burkard2
  • gilles.gross/adml-hslu-hs22
  • noel.waelchli/adml-hslu-hs22
  • sascha.trueb/adml-hslu-hs22
  • felderdavid/adml-hslu-hs22-2
  • gian-luca.buol/adml-hslu-hs22
  • thomas_kirchhofer/adml-hslu-hs22
  • lorikqehaja/adml-hslu-hs22
  • daniel.haefliger/adml-hslu-hs22-w4
  • daniel.haefliger/w4-adml-hslu-hs22
  • p.hellmueller/adml-hslu-hs22
  • nathanael.ledrich/ml-hslu-hs22
  • micha.wiss/adml-hslu-hs22-update
  • fabian.heinzer/adml-hslu-hs22-v2
  • daniel.haefliger/adml-hslu-hs22-w6
  • p.hellmueller/adml-hslu-hs22-python-tutorial
  • oli.koechli/adml-hslu-hs22-koechli
  • bierikilian/adml-hslu-hs22
  • samuelfuentes1197/adml-hslu-hs22
  • livia.studer/adml-hslu-hs22
  • dario.zueger/adml-hslu-hs22
  • gabriel.bezhi/adml-hslu-hs22
  • yanic.sondi/adml-hslu-hs22
  • patrickm035/mep-zusammenfassung
  • manuel.walser1/adml-hslu-hs22
  • andi.zimmermann/adml-hslu-hs22
  • markus.c.mueller1998/adml-renku
  • leonard.bisaku/adml-hslu-hs22
82 results
Show changes
Commits on Source (33)
Showing
with 52 additions and 25 deletions
[renku "interactive"]
[interactive]
default_url = /lab
mem_request = 8G
lfs_auto_fetch = true
disk_request = 4G
[renku]
autocommit_lfs = false
lfs_threshold = 100kb
......@@ -3,36 +3,55 @@
## Introduction
This is a Renku project - basically a git repository with some
bells and whistles. You'll find we have already created some
useful things like `data` and `notebooks` directories and
a `Dockerfile`.
bells and whistles. This is how to do the exercises on Renku.
## Working with the project
## Fork the Project
The simplest way to start your project is right from the Renku
platform - just click on the `Environments` tab and start a new session.
This will start an interactive environment right in your browser.
After Clicking on the ADML HSLU HS22 Project, you have a button "Fork" on the overview tab. When clicking on it you can duplicate this repository in your own namespace.
To work with the project anywhere outside the Renku platform,
click the `Settings` tab where you will find the
git repo URLs - use `git` to clone the project on whichever machine you want.
![Alt text](img/fork.png "Where to find the Fork Button")
### Changing interactive environment dependencies
Below you see the prompt you get when clicking on the Fork Button, you don't need to change anything just click on "Fork Project". (You won't get the title error as I do, because you don't have this repository yet.)
Initially we install a very minimal set of packages to keep the images small.
However, you can add python and conda packages in `requirements.txt` and
`environment.yml` to your heart's content. If you need more fine-grained
control over your environment, please see [the documentation](https://renku.readthedocs.io/en/latest/user/advanced_interfaces.html#dockerfile-modifications).
![Alt text](img/fork_prompt.png )
## Project configuration
This has the advantage that you can save the changes to your notebook while working on it. When now going on your project page you have two "ADML HSLU HS22" project one with your namespace - this is the one you need to use from now on.
**Always use the ADML HSLU HS22 project with your name below**
Project options can be found in `.renku/renku.ini`. In this
project there is currently only one option, which specifies
the default type of environment to open, in this case `/lab` for
JupyterLab. You may also choose `/tree` to get to the "classic" Jupyter
interface.
![Alt text](img/your_project.png )
## Starting a Session
Click on the project and go to the Sessions tab, and click on the "New Session button".
![Alt text](img/new_session.png )
When opening a session the first time after forking the project, you will encounter the Docker Image no available Error. This is not a problem, just click on building the branch image. It will now build your docker image. This can take some minutes. Afterwards click on the "Start Session" button and you have a running session which looks like this:
![Alt text](img/session_overview.png )
Click on the Open button and your Session will start. Or click on the three dots and choose open in new tab to have a better readability. Now you should see the folder structure as it is in the repository, open the notebook folder and you can see the notebooks adn open them by clicking on them.
![Alt text](img/folder_structure.png )
To save your work you can click on the save button from time to time.
![Alt text](img/saving.png )
Then in the menu bar on the left, click on the third symbol (git-symbol).
![Alt text](img/git_interface.png )
Then click on the plus, next to the "Changed" tab, like this your changes are added in the repository.
![Alt text](img/add_change.png )
In a last step, write a short description of what you did e.g. "Worked on Exercise 08B", and then click on the commit button. In this way, when opening a news session your changes will be restored.
![Alt text](img/commit.png )
## Advanced Use
If you are familiar with git you can use the project as a normal git repository, open it on GitLab and even open Sessions from different commits.
## Moving forward
Once you feel at home with your project, we recommend that you replace
this README file with your own project documentation! Happy data wrangling!
demos/Convolutional Neural Networks/dataset/test_set/beaches/100.jpg

45.7 KiB

demos/Convolutional Neural Networks/dataset/test_set/beaches/101.jpg

28.1 KiB

demos/Convolutional Neural Networks/dataset/test_set/beaches/102.jpg

25.9 KiB

demos/Convolutional Neural Networks/dataset/test_set/beaches/103.jpg

23.9 KiB

demos/Convolutional Neural Networks/dataset/test_set/beaches/104.jpg

34.3 KiB

demos/Convolutional Neural Networks/dataset/test_set/beaches/105.jpg

29.5 KiB

demos/Convolutional Neural Networks/dataset/test_set/beaches/106.jpg

27.3 KiB

demos/Convolutional Neural Networks/dataset/test_set/beaches/107.jpg

39.8 KiB

demos/Convolutional Neural Networks/dataset/test_set/beaches/108.jpg

34.4 KiB

demos/Convolutional Neural Networks/dataset/test_set/beaches/109.jpg

42.8 KiB

demos/Convolutional Neural Networks/dataset/test_set/bus/300.jpg

28.2 KiB

demos/Convolutional Neural Networks/dataset/test_set/bus/301.jpg

24 KiB

demos/Convolutional Neural Networks/dataset/test_set/bus/302.jpg

33.2 KiB

demos/Convolutional Neural Networks/dataset/test_set/bus/303.jpg

26.6 KiB

demos/Convolutional Neural Networks/dataset/test_set/bus/304.jpg

22.5 KiB

demos/Convolutional Neural Networks/dataset/test_set/bus/305.jpg

29.9 KiB