From bdd2a44bf8c93b580d884638a86036f66f718ea0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 16 Jun 2018 21:54:55 +0200 Subject: DATASET OPTIONZ" --- recursive.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recursive.sh') diff --git a/recursive.sh b/recursive.sh index 667fa8e..df1bf93 100644 --- a/recursive.sh +++ b/recursive.sh @@ -1,7 +1,9 @@ #!/bin/bash if [ "$1" == "" ]; then - echo "Usage: $0 [dataset]" + echo "Usage: $0 [dataset] [start_file]" exit 1 fi -python recursive.py --dataroot "./datasets/${1}/" --name "$1" --label_nc 0 --no_instance --which_epoch latest +d=`date +%s` +mkdir -p "./results/${1}_${d}" +python recursive.py --dataroot "./results/${1}/" --start_file "${2}" --name "$1" --label_nc 0 --no_instance --which_epoch latest --how_many 2000 -- cgit v1.2.3-70-g09d2