summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recursive.py4
-rw-r--r--recursive.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/recursive.py b/recursive.py
index e420e7f..3e24e19 100644
--- a/recursive.py
+++ b/recursive.py
@@ -23,9 +23,9 @@ opt.serial_batches = True # no shuffle
opt.no_flip = True # no flip
if data_opt.tag == '':
d = datetime.now()
- tag = data_opt.tag = "{}_{}_{}".format(
+ tag = data_opt.tag = "{}_{}".format(
opt.name,
- opt.experiment,
+ # opt.experiment,
d.strftime('%Y%m%d%H%M')
)
else:
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