diff --git a/run1.sh b/run1.sh new file mode 100644 index 0000000..a65e85d --- /dev/null +++ b/run1.sh @@ -0,0 +1,2 @@ +python train_placesCNN.py --epoch 20 --batch-size 200 --print-freq 20 +#train the fc layer only \ No newline at end of file diff --git a/run2.sh b/run2.sh new file mode 100644 index 0000000..ba537fe --- /dev/null +++ b/run2.sh @@ -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 \ No newline at end of file