Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Zotti authored and Ryan Zotti committed Aug 28, 2016
1 parent e26a5c2 commit 3f795d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GPU_AWS_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Select a GPU instance, like g2.2xlarge
* Pick a VPC and subnet
* Set "Auto-assign Public IP" to "enable"
* Select IAM role that can write to S3 (I made one called s3_write)
* Add a healthy amount of storage, like 100 GB
* Add a meaningful tag, like "Name":"ConvNet-GPU-Instance"

Expand Down Expand Up @@ -59,4 +60,6 @@ Run the commands below.
# Install git so you can clone your repo and then run your code
apt-get install -y git

# Get data training and validation data
wget https://s3.amazonaws.com/self-driving-car/final_processed_data_3_channels.npz

0 comments on commit 3f795d6

Please sign in to comment.