Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 693 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 693 Bytes

AWSGPU_DeepLearning

Code to setup AWS GPU instance to run Daniel Nouri's Facial Keypoints competition convoluted neural network code

  1. 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
  1. ssh into the server
  2. git clone https://github.com/wendykan/AWSGPU_DeepLearning.git
  3. chmod 777 -R AWSGPU_DeepLearning/
  4. vi cookies.txt
  • Then copy-paste kaggle cookie into this file
  1. ./AWSGPU_DeepLearning/setup.sh
  2. python AWSGPU_DeepLearning/kfkd.py or just do ipython to run code line by line