Skip to content

satybald/pytorch_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch Tutorial

This project is going to contain the material of the PyTorch tutorial.

Content

  • 00-index Tutorial structure and PyTorch basics
  • TODO Transfer learning for Computer Vision
  • Intermission / Random Things

Setup

Please make sure conda is installed. Then:

# create a conda environment
conda env create -f environment.yml

and activate the conda environment.

Download data and models for the tutorial:

python download_data.py

Then you should be ready to go.

To get the Table of Contenst displayed within jupyter lab do the following:

# install node
conda install -c conda-forge nodejs
# install the toc extension
jupyter labextension install jupyterlab-toc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%