For folks who are confident in getting around AWS and Linux, please test out this AMI I just created - name is fastai-part1v2-p2, id is ami-8c4288f4, region is Oregon. NB: this only works with P2 instances.
The repo is in ~/fastai, and all libs and the dogscats data are installed and ready to go. So you should be able to run lesson one without changes - although I’d suggest doing a git pull first.
@jeremy I was able to create a p2 instance and ssh into it using this new AMI.
I’m not able to run a jupyter notebook however. Don’t know what’s going wrong.
For the instance, I just typed: jupyter notebook
In my browser, when I do: <my-elastic-ip>:8888/?token=.... , it just displays a message Refused to connect.
@jeremy
For AWS ami-5f2fe427, lesson1.ipynb, the following needs update. The data is there, just needs to point the path to it, do:
PATH = “/home/ubuntu/data/dogscats/”
no need for:
Extra steps if NOT using Crestle (e.g. if you’re using AWS …)
The dataset is available at http://files.fast.ai/data/dogscats.zip. You can download it directly on your server by running the following line in your terminal. wget http://files.fast.ai/data/dogscats.zip. You should put the data in a subdirectory of this notebook’s directory, called data/
What kind of AWS instance did you choose? I chose p2.xlarge; I think any p2.* should work. Did you choose a non-GPU instance? Could explain the error coming from CUDA.