Skip to content

Commit 77d9c42

Browse files
author
Razvan Pascanu
committed
default parameters return to 15
1 parent b2ef45e commit 77d9c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/rbm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def get_reconstruction_cost(self, updates, pre_sigmoid_nv):
301301

302302

303303

304-
def test_rbm(learning_rate=0.1, training_epochs = 1,
304+
def test_rbm(learning_rate=0.1, training_epochs = 15,
305305
dataset='../data/mnist.pkl.gz', batch_size = 20,
306306
n_chains = 20, n_samples = 10, output_folder = 'rbm_plots'):
307307
"""

0 commit comments

Comments
 (0)