aboutsummaryrefslogtreecommitdiffstats
path: root/simulation
diff options
context:
space:
mode:
authorjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-12-02 16:52:02 -0500
committerjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-12-02 16:52:02 -0500
commit89905cc1b6e932742abf3ecc148d99c2bdd1f77f (patch)
tree0a3b7ed9f08473f167e2c8ea32438d41e1d520fc /simulation
parent0fc1aa731e26683d21ed1a91f56d047d1682fd7e (diff)
downloadcascades-89905cc1b6e932742abf3ecc148d99c2bdd1f77f.tar.gz
sanity check
Diffstat (limited to 'simulation')
-rw-r--r--simulation/vi_blocks.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/simulation/vi_blocks.py b/simulation/vi_blocks.py
index e2e3bd9..0e671e4 100644
--- a/simulation/vi_blocks.py
+++ b/simulation/vi_blocks.py
@@ -77,9 +77,9 @@ if __name__ == "__main__":
bm.TrainingDataMonitoring([cost, rmse, mu, error],
every_n_batches=freq),
be.Printing(every_n_batches=freq, after_epoch=False),
- ub.JSONDump("logs/nonactive_vi.json", every_n_batches=freq),
- # ub.ActiveLearning(dataset=data_stream.dataset, params=graph,
- # every_n_batches=freq)
+ ub.JSONDump("logs/tmp.json", every_n_batches=freq),
+ ub.ActiveLearning(dataset=data_stream.dataset, params=sig,
+ every_n_batches=freq)
]
)
loop.run()