We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4449866 commit 884e080Copy full SHA for 884e080
1 file changed
code/test.py
@@ -47,7 +47,7 @@ def test_dbn():
47
48
def test_rbm():
49
rbm.test_rbm(training_epochs=1, batch_size=300, n_chains=1, n_samples=1,
50
- output_folder='tmp_rbm_plots')
+ n_hidden=100, output_folder='tmp_rbm_plots')
51
52
53
def speed():
0 commit comments