From 86173a5fd7d28e69a5e37668b9e57303716c6dd4 Mon Sep 17 00:00:00 2001 From: King-of-Infinite-Space Date: Fri, 29 Sep 2017 17:54:13 +0800 Subject: [PATCH] added sh --- run1.sh | 2 ++ run2.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 run1.sh create mode 100644 run2.sh 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