diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-12-02 15:04:43 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-12-02 15:04:43 -0500 |
| commit | ccb192c4190701531094b46df85725158d4e9ffc (patch) | |
| tree | 31750bbaf1e6785cdb260cb5a2ae22f9f7cf8338 /simulation/mle_blocks.py | |
| parent | 5e546cb6c96e5e5e575730e27c175f558da5ec82 (diff) | |
| download | cascades-ccb192c4190701531094b46df85725158d4e9ffc.tar.gz | |
Fix the mess and use sqlite backend
Diffstat (limited to 'simulation/mle_blocks.py')
| -rw-r--r-- | simulation/mle_blocks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simulation/mle_blocks.py b/simulation/mle_blocks.py index 89aaf2e..ab8816f 100644 --- a/simulation/mle_blocks.py +++ b/simulation/mle_blocks.py @@ -47,6 +47,7 @@ if __name__ == "__main__": # data_stream = ub.fixed_data_stream(n_obs, graph, batch_size) loop = main_loop.MainLoop( alg, data_stream, + log_backend="sqlite", extensions=[ be.FinishAfter(after_n_batches=10**3), bm.TrainingDataMonitoring([cost, params, |
