Skip to content

Instantly share code, notes, and snippets.

@zeeshansayyed
Created January 24, 2019 11:10
Show Gist options
  • Select an option

  • Save zeeshansayyed/d534c1adb5d357bc8551cefb183c87b4 to your computer and use it in GitHub Desktop.

Select an option

Save zeeshansayyed/d534c1adb5d357bc8551cefb183c87b4 to your computer and use it in GitHub Desktop.

Revisions

  1. zeeshansayyed created this gist Jan 24, 2019.
    10 changes: 10 additions & 0 deletions Colab.fastai
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    # Installing fastai and other dependencies
    !pip install torchvision==0.1.9
    !pip install fastai==0.7.0
    !pip install torchtext==0.2.3

    # Downloading and unzipping data
    !wget http://files.fast.ai/data/dogscats.zip && unzip -qq dogscats.zip

    # Change the PATH variable to point to the new data
    PATH = "dogscats/"