Last active
November 19, 2018 14:33
-
-
Save sushobhana/73d440d953df3bac632dafc8a1f59857 to your computer and use it in GitHub Desktop.
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
| !pip install fastai==0.7.0 | |
| !pip install torchtext==0.2.3 | |
| !git clone https://github.com/fastai/fastai | |
| # DATA SETS | |
| # Lesson 1 | |
| # !wget http://files.fast.ai/data/dogscats.zip && unzip -qq dogscats.zip -d data/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment