Giter Site home page Giter Site logo

amld-pytorch-workshop's Introduction

This is a tutorial presented during a workshop at the Applied Machine Learning Days 2019.

Binder

Binder

Google Colab

As an alternative to Binder, you can also use Google Colaboratory, though you should use Binder if possible.

Using Google Colab

The Google Colab notebooks are available under:

In order to use Google Colab, you have to login using your Google account: Google Colab Login

Changing the runtime type

You can add GPU support on Google Colab by changing the runtime type as depicted below:

Google Colab Runtime

During the Workshop

During the workshop, we highly recommend to use Binder or Google Colab. If you want to run the notebooks again later, you can use the following setup using Anaconda. Unfortunately, we won't have time to help you with your conda installation.



Using conda

If you want to run the notebooks locally, you can use conda. The following instructions should work on Linux/Mac OS, Windows might require slight adaptations.

Step 1: Install conda

If you have not installed it yet, you can download it from Anaconda (Python 3.6 version).

Verify that it is installed by running

conda -V

Make sure your conda installation is up-to-date:

conda update conda

Step 2: Download repository and install environment

Now clone the repository:

git clone https://github.com/ahug/amld-pytorch-workshop.git
cd amld-pytorch-workshop

The available conda environments can be listed using

conda env list

Let's now create a new environment called 'amld-pytorch'.

conda env create -f environments.yml

Step 3: Activate/Deactivate the environment

After the environment has been created, you can activate it by

source activate amld-pytorch

Now start the Jupyter notebook by running

jupyter notebook

The environment can similarly deactivated by

source deactivate

Additionnal resources:

Check out these others tutorials and courses:

amld-pytorch-workshop's People

Contributors

ahug avatar theevann avatar

Watchers

James Cloos avatar

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.