summaryrefslogtreecommitdiff
path: root/recursive.sh
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2018-06-17 09:13:09 +0200
committerjules@lens <julescarbon@gmail.com>2018-06-17 09:13:09 +0200
commit5dd93bd37c65e4bf5b6f195fe73824f8ba37eb01 (patch)
tree741ad92393c62a6b9496d1c93ea81f17f7c8cdfa /recursive.sh
parent6ed97d5ca1149967946dc15cb4a1860875636e69 (diff)
opt
Diffstat (limited to 'recursive.sh')
-rw-r--r--recursive.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/recursive.sh b/recursive.sh
index df1bf93..02b2f74 100644
--- a/recursive.sh
+++ b/recursive.sh
@@ -1,9 +1,9 @@
#!/bin/bash
if [ "$1" == "" ]; then
- echo "Usage: $0 [dataset] [start_file]"
+ echo "Usage: $0 [dataset] [start_img]"
exit 1
fi
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
+python recursive.py --dataroot "./results/${1}/" --start_img "${2}" --name "$1" --label_nc 0 --no_instance --which_epoch latest --how_many 2000