diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:19:26 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:19:26 +0200 |
| commit | 7c437fca5f00252af4cee9541460a2c36281fbe6 (patch) | |
| tree | a16a6b0b5fb2896212e2780b0966ef38d38ac3e0 /recursive.sh | |
| parent | f9d5033b877223e94d6215eb3a2439efeb052246 (diff) | |
args
Diffstat (limited to 'recursive.sh')
| -rw-r--r-- | recursive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
