summaryrefslogtreecommitdiff
path: root/recursive.sh
diff options
context:
space:
mode:
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