Last active
October 7, 2020 04:11
-
-
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/).
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
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 |
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
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