Created
April 24, 2020 07:32
-
-
Save moritzkuhne/a8dbb80da8b93bd318cb5d922004bba2 to your computer and use it in GitHub Desktop.
Install Prefixes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!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