summaryrefslogtreecommitdiff
path: root/train_sr.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-07-21 18:29:33 +0200
committerJules Laplace <julescarbon@gmail.com>2018-07-21 18:29:33 +0200
commitd951b6119a4d5d698147d2ba67677fe79ff37c95 (patch)
tree151656538175f45913ba525d17f82aa1deb13286 /train_sr.py
parent106c6590f5d414a2fe9d22832df1327c0a914f46 (diff)
path json uhhh
Diffstat (limited to 'train_sr.py')
-rw-r--r--train_sr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_sr.py b/train_sr.py
index 40f311a..134a721 100644
--- a/train_sr.py
+++ b/train_sr.py
@@ -80,5 +80,5 @@ trainer.extend(ext, trigger=trigger_snapshot)
trainer.extend(extensions.LogReport(trigger=trigger_log))
trainer.extend(extensions.PrintReport(['predictor/loss']))
-save_args(arguments, arguments.output)
+# save_args(arguments, arguments.output)
trainer.run()