GithubHelp home page GithubHelp logo

hugobourdon / isae-practical-deep-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fchouteau/isae-practical-deep-learning

0.0 0.0 0.0 19.35 MB

Code and documentation for a hands-on session on deep learning at ISAE-SUPAERO

Home Page: https://fchouteau.github.io/isae-practical-deep-learning

License: Other

Python 58.55% Jupyter Notebook 40.75% Makefile 0.69%

isae-practical-deep-learning's Introduction

Deep Learning for Computer Vision, practical session at ISAE-SUPAERO

Introduction

This repository contains the code and documentation of a "Deep Learning practical session" given at ISAE-SUPAERO on December 2nd/3rd 2019 and Nov 30/Dec 1st 2020

The introduction slides can be accessed at this URL website. It is recommended to read it first as it contains the necessary information to run this from scratch.

There are three notebooks at the root of this repository, those as the exercises

Where to run it ?

This hands on session is based on running code & training using Google Cloud Platform Deep Learning VMs, see gcp/ for examples on configuring your own machine.

See recipes/ for tutorial on running this on Deep Learning VM

However, this is runnable everywhere since data access is based on public URLs & numpy

Should you want to do this at home you can use Google Collaboratory instances - it's even easier than deep learning VMs (and free)

Run this course on GCP Deep Learning VMs

export IMAGE_FAMILY="pytorch-latest-gpu"
export ZONE="europe-west4-c"
export INSTANCE_NAME="${USER}-dlvm"

gcloud compute instances create ${INSTANCE_NAME} \
  --zone=${ZONE} \
  --image-family=${IMAGE_FAMILY} \
  --image-project=deeplearning-platform-release \
  --maintenance-policy=TERMINATE \
  --scopes="storage-rw" \
  --accelerator="type=nvidia-tesla-p4,count=1" \
  --metadata="install-nvidia-driver=True"

Wait for the instance to boot

  • Connect to jupyter lab and upload notebooks (or clone this repo)
gcloud compute ssh --project ${PROJECT_ID} --zone ${ZON}E \
  ${INSTANCE_NAME} -- -L 8080:localhost:8080

Reading list

Usage & Contribution

No support is guaranteed by the authors beyond the hands-on session.

This hands-on session was created by Florient Chouteau and Matthieu Le Goff.

See licence.md for licence information.

isae-practical-deep-learning's People

Contributors

fchouteau 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.