Skip to content

Commit

Permalink
helpful notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Zotti authored and Ryan Zotti committed Sep 4, 2016
1 parent bfcb114 commit f7df51c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GPU_AWS_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ Run the commands below.
# Donwload an entire S3 folder
aws s3 sync s3://self-driving-car /home/ubuntu

# Reliable command to print GPU utilization, from Nvidia
# Comes pre-installed on Ubuntu 14.04
nvidia-smi

# Optional command to write sysout and stderr to file
nohup python train_3d_conv_net.py 2>&1 | tee /home/ubuntu/log.txt &

0 comments on commit f7df51c

Please sign in to comment.