diff options
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index 8e5c393..22472b3 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -26,11 +26,11 @@ if __name__ == '__main__': opt.batchSize = 1 # test code only supports batchSize = 1 opt.serial_batches = True # no shuffle opt.no_flip = True # no flip - opt.experiment = data_opt.experiment # opt.start_img.split("/")[-1].split(".")[0] + # opt.experiment = data_opt.experiment # opt.start_img.split("/")[-1].split(".")[0] d = datetime.now() tag = "{}_{}_{}".format( - opt.name, data_opt.experiment, + opt.name, opt.experiment, d.strftime('%Y%m%d%H%M')) opt.tag = tag # = "pcfade___201805150250" |
