summaryrefslogtreecommitdiff
path: root/recursive.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-17 09:19:26 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-17 09:19:26 +0200
commit7c437fca5f00252af4cee9541460a2c36281fbe6 (patch)
treea16a6b0b5fb2896212e2780b0966ef38d38ac3e0 /recursive.py
parentf9d5033b877223e94d6215eb3a2439efeb052246 (diff)
args
Diffstat (limited to 'recursive.py')
-rw-r--r--recursive.py4
1 files changed, 2 insertions, 2 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: