Skip to content

Commit

Permalink
BUG: update sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudnya Diamos committed Apr 1, 2017
1 parent 07de73c commit 5d49f3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions launch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

gpu=3
env CUDA_VISIBLE_DEVICES=$gpu python train.py configs/cnn20-lr-1.json &
#gpu=3
#env CUDA_VISIBLE_DEVICES=$gpu
python train.py -c configs/explore.json
echo "Started training at: ", $(date +%m:%d:%y-%H:%M:%S)

0 comments on commit 5d49f3b

Please sign in to comment.