aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/active_blocks.py
diff options
context:
space:
mode:
authorjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-11-30 16:45:25 -0500
committerjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-11-30 16:45:25 -0500
commit52cf8293061a1e35b5b443ef6dc70aa51727cf00 (patch)
tree0a3c2cb895c7564906016209ead389024aeaa6af /simulation/active_blocks.py
parentf9e3d5e4dda32f33e5e5a0e82dda30a23f5dfae6 (diff)
downloadcascades-52cf8293061a1e35b5b443ef6dc70aa51727cf00.tar.gz
syncing with Thibaut
Diffstat (limited to 'simulation/active_blocks.py')
-rw-r--r--simulation/active_blocks.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/simulation/active_blocks.py b/simulation/active_blocks.py
index 7aa1afb..569cb6c 100644
--- a/simulation/active_blocks.py
+++ b/simulation/active_blocks.py
@@ -156,8 +156,6 @@ if __name__ == "__main__":
rmse, g_shared], after_batch=True),
blocks.extensions.Printing(every_n_batches = 10),
ActiveLearning(data_stream.dataset),
- blocks.extras.extensions.Plot('graph rmse', channels=[],
- every_n_batches = 10)
]
)
loop.run()