Skip to content

Commit ce50fdb

Browse files
author
Yoshua Bengio
committed
fixed another comment
1 parent a727c4e commit ce50fdb

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
@@ -349,7 +349,7 @@ def test_rbm(learning_rate=0.1, training_epochs = 15,
349349

350350
for idx in xrange(n_samples):
351351

352-
# generate `plot_every` intermediate samples that we discard, waiting for more convergence
352+
# generate `plot_every` intermediate samples that we discard, because successive samples in the chain are too correlated
353353
for jdx in xrange(plot_every):
354354
vis_mf, vis_sample = sample_fn()
355355

0 commit comments

Comments
 (0)