summaryrefslogtreecommitdiff
path: root/train.sh
diff options
context:
space:
mode:
Diffstat (limited to 'train.sh')
-rw-r--r--train.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/train.sh b/train.sh
new file mode 100644
index 0000000..054748e
--- /dev/null
+++ b/train.sh
@@ -0,0 +1,7 @@
+if [ "$1" == "" ]; then
+ echo "Usage: $0 [dataset]"
+ exit 1
+fi
+
+python train.py --name $1 --label_nc 0 --no_instance --continue_train --which_epoch latest
+