Skip to content

Commit 261fd89

Browse files
author
Yusuke Sugomori
committed
# comment out
1 parent 3e8e814 commit 261fd89

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

DeepBeliefNets.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ def test_cdbn(pretrain_lr=0.1, pretraining_epochs=1000, k=1, \
300300
if __name__ == "__main__":
301301
print >> sys.stderr, 'DBN'
302302
test_dbn()
303-
print >> sys.stderr
304-
print >> sys.stderr, 'CDBN'
305-
test_cdbn()
303+
304+
# print >> sys.stderr
305+
# print >> sys.stderr, 'CDBN'
306+
# test_cdbn()

RestrictedBoltzmannMachine.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def test_crbm(learning_rate=0.1, k=1, training_epochs=1000):
228228
if __name__ == "__main__":
229229
print >> sys.stderr, 'RBM'
230230
test_rbm()
231-
print >> sys.stderr
232-
print >> sys.stderr, 'CRBM'
233-
test_crbm()
231+
232+
# print >> sys.stderr
233+
# print >> sys.stderr, 'CRBM'
234+
# test_crbm()

0 commit comments

Comments
 (0)