Last active
November 20, 2019 08:51
-
-
Save imyoungyang/d9091503a38bf096dafaa050791611b6 to your computer and use it in GitHub Desktop.
NLP-Workshop-20191120
This file contains 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
arn:aws:iam::<account-id>:role/SageMakerExecutionRole | |
go to codecommit to create a repo "nlp-workshop-<your-id>" | |
git clone https://git-codecommit.us-west-2.amazonaws.com/v1/repos/nlp-workshop | |
create a notebooks using t3 with existing role | |
arn:aws:iam::<account-id>:role/SageMakerExecutionRole | |
wget https://bit.ly/35gjdDw -O workshop.zip | |
wget https://bit.ly/2r4mcAi -O glove6b50dtxt.zip | |
unzip glove6b50dtxt.zip -d ./pretrained/ | |
wget https://tinyurl.com/uws394c -O blazing-raw-new.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment