From 7cbc72e970dd82cb3dd8915e766e12644ac8743a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 19 Jul 2018 13:25:32 +0200 Subject: scriptz --- recipe/config_sr.json | 2 +- train.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/config_sr.json b/recipe/config_sr.json index e0b62e7..06c5e47 100644 --- a/recipe/config_sr.json +++ b/recipe/config_sr.json @@ -24,7 +24,7 @@ }, "train": { "batchsize": 8, - "gpu": 0, + "gpu": 1, "log_iteration": 250, "snapshot_iteration": 5000 } 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() -- cgit v1.2.3-70-g09d2