Skip to content

Instantly share code, notes, and snippets.

@Trshant
Last active October 7, 2020 04:11
Show Gist options
  • Save Trshant/74ddf751c467aec70e27661306b8389f to your computer and use it in GitHub Desktop.
Save Trshant/74ddf751c467aec70e27661306b8389f to your computer and use it in GitHub Desktop.
This gist is for anyone who wishes to have a jumping start into [fast.ai's NLP course](https://www.fast.ai/2019/07/08/fastai-nlp/).
mkdir learnnlp && cd learnnlp
git clone https://github.com/fastai/course-nlp course
sudo docker run -p 8888:8888 -v "$(pwd)"/course:/home/jovyan/work jupyter/scipy-notebook
cd learnnlp
sudo docker run -p 8888:8888 -v "$(pwd)"/course:/home/jovyan/work jupyter/scipy-notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment