Skip to content

Instantly share code, notes, and snippets.

@none53
Forked from gilrosenthal/Fast.ai install script
Last active October 10, 2018 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save none53/a7875765809c98c132ddbc749946a0d7 to your computer and use it in GitHub Desktop.
Save none53/a7875765809c98c132ddbc749946a0d7 to your computer and use it in GitHub Desktop.
Fast.ai Install on Google Colab
# Install fastai
!pip3 install fastai
#Install pytorch
!pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp36-cp36m-linux_x86_64.whl
!pip3 install torchvision
from fastai.imports import *
torch.cuda.is_available()
torch.backends.cudnn.enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment