From 7c437fca5f00252af4cee9541460a2c36281fbe6 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 17 Jun 2018 09:19:26 +0200 Subject: args --- recursive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recursive.py') 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: -- cgit v1.2.3-70-g09d2