summaryrefslogtreecommitdiff
path: root/recursive.sh
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-16 10:29:01 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-16 10:29:01 +0200
commit85eca2607552d5cc439a13cee8dfef6c29ea92a4 (patch)
tree39b64a64e2004ef6f97d3e6d214fb0a475a1a3d0 /recursive.sh
parentfadf51822689741cd1a7693b44ac4a0f53c975c8 (diff)
sequence script
Diffstat (limited to 'recursive.sh')
-rw-r--r--recursive.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/recursive.sh b/recursive.sh
index 9bd61b6..667fa8e 100644
--- a/recursive.sh
+++ b/recursive.sh
@@ -4,8 +4,4 @@ if [ "$1" == "" ]; then
echo "Usage: $0 [dataset]"
exit 1
fi
-if [ -e "./checkpoints/${1}" ]; then
- python train.py --dataroot "./datasets/${1}/" --name "$1" --label_nc 0 --no_instance --continue_train --which_epoch latest
-else
- python train.py --dataroot "./datasets/${1}/" --name "$1" --label_nc 0 --no_instance
-fi
+python recursive.py --dataroot "./datasets/${1}/" --name "$1" --label_nc 0 --no_instance --which_epoch latest