Skip to content

sy8008/learning_fastai

This branch is up to date with noklam/learning_fastai:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
noklam
Oct 21, 2018
9e65904 · Oct 21, 2018

History

26 Commits
Mar 18, 2018
Oct 21, 2018
Feb 24, 2018

Repository files navigation

learning_fastai

A change of the original script provided by fast.ai in order to set up GCP VM instance.

For Part1 V3

See https://medium.com/@nokkk/setup-guide-for-fastai-part1-v3-fastai-1-0-on-google-cloud-platform-with-0-2-hour-fe92c7ec855d for creating a VM on Google Cloud Platform (GCP)

git clone https://github.com/fastai/fastai.git
conda create -n fastai 
source activate fastai
echo 'source activate fastai' >> ~/.bashrc
source ~/.bashrc
conda install -c pytorch pytorch-nightly cuda92
conda install -c fastai torchvision-nightly
conda install -c fastai fastai

This will setup the conda env for the course and install everything you needed.

About

Custom script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%