From 7c437fca5f00252af4cee9541460a2c36281fbe6 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 17 Jun 2018 09:19:26 +0200 Subject: args --- recursive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recursive.sh') diff --git a/recursive.sh b/recursive.sh index 02b2f74..db65730 100644 --- a/recursive.sh +++ b/recursive.sh @@ -6,4 +6,4 @@ if [ "$1" == "" ]; then fi d=`date +%s` mkdir -p "./results/${1}_${d}" -python recursive.py --dataroot "./results/${1}/" --start_img "${2}" --name "$1" --label_nc 0 --no_instance --which_epoch latest --how_many 2000 +python recursive.py --phase recursive --dataroot "./results/${1}/" --start_img "${2}" --name "$1" --label_nc 0 --no_instance --which_epoch latest --how_many 2000 -- cgit v1.2.3-70-g09d2