Coder Social home page Coder Social logo

iml2019's Introduction

IML 2019 Tutorials

The tutorials run in environments with either TensorFlow v1 or v2:

  • Introduction tutorial: TensorFlow v1
  • Feature engineering tutorial: TensorFlow v2
  • GAN tutorial: TensorFlow v1

Be aware of slight differences in their setup as explained in the following.

In general, there are four ways to start the notebooks.

1. SWAN

Click on the following link:

SWAN

You will be asked to configure the environment in a small dialog.

  • For the introduction and the GAN tutorial, enter the following environment script path and then press the "Start my Session" button at the bottom:
/eos/user/m/mrieger/public/iml2019/intro/setup.sh
  • For the feature engineering tutorial, do the same with the following environment script path:
/eos/user/m/mrieger/public/iml2019/lbn/setup.sh

2. Binder

For TensorFlow v1:

Binder

For TensorFlow v2:

Binder

3. Standalone docker image from the docker hub

Make sure not to execute the following commands with sudo as a port will be opened on your machine to run and host the notebook server. Otherwise, you potentially allow people within you local network to access your system with root permissions!

If you don't have the permission to execute docker with your user account, add yourself to the "docker" group (e.g. via sudo usermod -a -G docker $(whoami)).

# for TensorFlow v1 (introduction and GAN tutorials)
docker run -ti -u $(id -u):$(id -g) -p 8888:8888 3pia/iml2019:tf1

# for TensorFlow v2 (feature engineering tutorial)
docker run -ti -u $(id -u):$(id -g) -p 8888:8888 3pia/iml2019:tf2

4. Docker image with a local checkout

You can also check out the repository and use the script located in docker/tf{1,2}/run.sh to start the docker container. The script will run the same command as above and mounts the repository into the container. This way, changes you make in the notebooks are persistently stored within you local checkout.

As above, make sure not to run the container as root!

git clone https://github.com/3pia/iml2019
cd iml2019

# for TensorFlow v1 (introduction and GAN tutorials)
./docker/tf1/run.sh

# for TensorFlow v2 (feature engineering tutorial)
./docker/tf2/run.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.