diff options
| author | jules <jules@asdf.us> | 2019-08-22 16:32:09 +0200 |
|---|---|---|
| committer | jules <jules@asdf.us> | 2019-08-22 16:32:09 +0200 |
| commit | e65e8ecf0666a30dd01d383a47f729fb0ea8adea (patch) | |
| tree | 5041c47724873e509703c4c3cf0ab9f579309bb4 | |
| parent | 3a956cbc3c08566c242a1fbaf786a73381d7239f (diff) | |
train log
| -rw-r--r-- | train.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ def main(exp, frame_sizes, dataset, **params): 'validation_loss', 'test_loss', 'time' - ]) + ], [(100, 'iteration'), (1, 'epoch')]) ) trainer.register_plugin(StatsPlugin( results_path, |
