Skip to content

Commit

Permalink
added sh
Browse files Browse the repository at this point in the history
  • Loading branch information
King-of-Infinite-Space committed Sep 29, 2017
1 parent e2897f9 commit 86173a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python train_placesCNN.py --epoch 20 --batch-size 200 --print-freq 20
#train the fc layer only
2 changes: 2 additions & 0 deletions run2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python train_placesCNN.py --epoch 50 --batch-size 200 --resume 'checkpoint_latest.pth.tar' --mode 2 --print-freq 20
#train the fc layer only

0 comments on commit 86173a5

Please sign in to comment.