summaryrefslogtreecommitdiff
path: root/train.sh
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-12 16:41:01 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-12 16:41:01 +0200
commita4738ce407871857b5ad93556909713f75d73b34 (patch)
treeefea679484410791edf81ba0ef4575fa67190c7c /train.sh
parenta2340c3fff9de44c8ef1fea5b90fced756fbbb18 (diff)
new fetch/build/train scripts
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
+