diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-11-30 23:12:04 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-11-30 23:12:04 -0500 |
| commit | 6b067d273e07f487d774009083d6c18b6e7c6e06 (patch) | |
| tree | 29cc8068480f022819a0c8cdf389130959931303 /simulation | |
| parent | 392cc945a3c0434f80eabce6ef872fa9d339ad76 (diff) | |
| download | cascades-6b067d273e07f487d774009083d6c18b6e7c6e06.tar.gz | |
Sensible logging
Diffstat (limited to 'simulation')
| -rw-r--r-- | simulation/active_blocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulation/active_blocks.py b/simulation/active_blocks.py index 32ce927..77a4f2d 100644 --- a/simulation/active_blocks.py +++ b/simulation/active_blocks.py @@ -148,7 +148,7 @@ if __name__ == "__main__": extensions=[ be.FinishAfter(after_n_batches=10**3), bm.TrainingDataMonitoring([cost, params, - rmse, g_shared], after_batch=True), + rmse, error], every_n_batches=10), be.Printing(every_n_batches=10), #ActiveLearning(data_stream.dataset), ] |
