summaryrefslogtreecommitdiff
path: root/train.py
diff options
context:
space:
mode:
Diffstat (limited to 'train.py')
-rw-r--r--train.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/train.py b/train.py
index c01915a..5e2751e 100644
--- a/train.py
+++ b/train.py
@@ -79,5 +79,5 @@ trainer.extend(ext, trigger=trigger_snapshot)
trainer.extend(extensions.LogReport(trigger=trigger_log))
-save_args(arguments, arguments.output)
+# save_args(arguments, arguments.output)
trainer.run()