diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-19 13:25:32 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-19 13:25:32 +0200 |
| commit | 7cbc72e970dd82cb3dd8915e766e12644ac8743a (patch) | |
| tree | 04f6eb819e1e616fac433542e706a873450774bc /train.py | |
| parent | 7a9a31f96594c8354f9778808a0d8fdcdaf2441d (diff) | |
scriptz
Diffstat (limited to 'train.py')
| -rw-r--r-- | train.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
