Skip to content

Instantly share code, notes, and snippets.

@moritzkuhne
Created April 24, 2020 07:32
Show Gist options
  • Save moritzkuhne/a8dbb80da8b93bd318cb5d922004bba2 to your computer and use it in GitHub Desktop.
Save moritzkuhne/a8dbb80da8b93bd318cb5d922004bba2 to your computer and use it in GitHub Desktop.
Install Prefixes
!pip3 install torch torchvision -f https://download.pytorch.org/whl/torch_stable.html
!wget https://raw.githubusercontent.com/udacity/deep-learning-v2-pytorch/3bd7dea850e936d8cb44adda8200e4e2b5d627e3/intro-to-pytorch/helper.py
!wget https://s3.amazonaws.com/content.udacity-data.com/nd089/Cat_Dog_data.zip
!unzip \*.zip && rm *.zip
%load_ext autoreload
%autoreload 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment