Skip to content

Commit b9ddf51

Browse files
author
Yusuke Sugomori
committed
minor fix
1 parent 1890cca commit b9ddf51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DBN.py

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def predict(self, x):
136136

137137
for i in xrange(self.n_layers):
138138
sigmoid_layer = self.sigmoid_layers[i]
139-
# rbm_layer = self.rbm_layers[i]
140139
layer_input = sigmoid_layer.output(input=layer_input)
141140

142141
out = self.log_layer.predict(layer_input)

0 commit comments

Comments
 (0)