Skip to content

Commit

Permalink
change for cnn running
Browse files Browse the repository at this point in the history
  • Loading branch information
orbxball committed Apr 8, 2017
1 parent 0e8d562 commit 39fa590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw3/hw3_test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

python3.6 test.py $1 $2
python3.6 test_cnn.py $1 $2
2 changes: 1 addition & 1 deletion hw3/hw3_train.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

python3.6 train.py $1
python3.6 train_cnn.py $1

0 comments on commit 39fa590

Please sign in to comment.