Code to setup AWS GPU instance to run Daniel Nouri's Facial Keypoints competition convoluted neural network code
- start a AWS GPU instance
- I used Ubuntu Server 14.04 LTS (HVM), SSD Volume Type
- Search "community AMI's" for
ami-b141a2f5
- And for GPU instance I used GPU instances g2.2xlarge
- ssh into the server
git clone https://github.com/wendykan/AWSGPU_DeepLearning.git
chmod 777 -R AWSGPU_DeepLearning/
vi cookies.txt
- Then copy-paste kaggle cookie into this file
./AWSGPU_DeepLearning/setup.sh
python AWSGPU_DeepLearning/kfkd.py
or just doipython
to run code line by line