diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:24:38 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:24:38 +0200 |
| commit | 1adb460619646b45f849d8bec20e001cf73e9a6e (patch) | |
| tree | 6cbf57026918ca4d9248947d923c44316b08d578 | |
| parent | 03bf65f926114a5430c36222e29f618bdaf4117b (diff) | |
testy
| -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" |
