diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-12-02 16:16:07 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-12-02 16:16:07 -0500 |
| commit | 0e90119296f6bbbaf28fbaa329556d6d9cd86f3f (patch) | |
| tree | b7398da425f071ce64d960eb560af54eca6f2012 /simulation/mle_blocks.py | |
| parent | de815c196ad03e5d76cc675696b9cd7c1b3b3fbb (diff) | |
| download | cascades-0e90119296f6bbbaf28fbaa329556d6d9cd86f3f.tar.gz | |
changes in if __name__ part of files
Diffstat (limited to 'simulation/mle_blocks.py')
| -rw-r--r-- | simulation/mle_blocks.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/simulation/mle_blocks.py b/simulation/mle_blocks.py index 0d27869..98bc257 100644 --- a/simulation/mle_blocks.py +++ b/simulation/mle_blocks.py @@ -54,8 +54,10 @@ if __name__ == "__main__": bm.TrainingDataMonitoring([cost, params, rmse, error], every_n_batches=freq), be.Printing(every_n_batches=freq), - ub.JSONDump("logs/active_outdegree_mle.json", every_n_batches=freq), - ub.ActiveLearning(data_stream.dataset, graph, every_n_batches=freq), + ub.JSONDump("logs/active_estoutdegree_mle.json", + every_n_batches=freq), + ub.ActiveLearning(data_stream.dataset, params, + every_n_batches=freq), ], ) loop.run() |
