Skip to content

Material for "PyTorch from Ground Up", a training session at PyCon Nove (Florence, 2018)

Notifications You must be signed in to change notification settings

orobix/PyCon9-Pytorch-from-Ground-Up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCon9: PyTorch from Ground Up

This repo contains material for "PyTorch from Ground Up", a training session at PyCon Nove.

How to launch

$ cd PyCon9-Pytorch-from-Ground-Up
$ jupyter notebook

Data

Download and unzip the "data.zip" file from one of these links, put the unzipped "data" directory in the root folder for the training.

Done. Thank you for your attention!

Requirements

matplotlib>=2.1.0
torch==0.3.0.post4
torchvision==0.2.0
numpy>=1.13.3
pillow
scikit_learn>=0.19.1
tqdm>=4.19.4

Requirements Installation

  • pytorch, torchvision: follow instruction from here
  • pillow: conda install pillow if you are using conda OR pip install Pillow otherwise
  • others: conda install <package>if you are using conda OR pip install <package> otherwise

Useful Links

About

Material for "PyTorch from Ground Up", a training session at PyCon Nove (Florence, 2018)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published