diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-12-03 17:28:44 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-12-03 17:28:44 -0500 |
| commit | 48356a79b3397880b7fbde602ae86eb72e284ff8 (patch) | |
| tree | 977c65682d9f2144cec2b536c79f9619baac1a13 /simulation | |
| parent | c8f452a3f2db562afacfe93b54b802f3e12a0b06 (diff) | |
| download | cascades-48356a79b3397880b7fbde602ae86eb72e284ff8.tar.gz | |
more poster
Diffstat (limited to 'simulation')
| -rw-r--r-- | simulation/vi_blocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulation/vi_blocks.py b/simulation/vi_blocks.py index 0e671e4..5a81486 100644 --- a/simulation/vi_blocks.py +++ b/simulation/vi_blocks.py @@ -55,7 +55,7 @@ if __name__ == "__main__": freq = 10 graph = utils.create_wheel(1000) g_shared = theano.shared(value=graph, name='graph') - n_samples = 50 + n_samples = 10 # graph = utils.create_random_graph(n_nodes=10) print('GRAPH:\n', graph, '\n-------------\n') |
