Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Sugomori committed Feb 13, 2013
1 parent 1890cca commit b9ddf51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DBN.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def predict(self, x):

for i in xrange(self.n_layers):
sigmoid_layer = self.sigmoid_layers[i]
# rbm_layer = self.rbm_layers[i]
layer_input = sigmoid_layer.output(input=layer_input)

out = self.log_layer.predict(layer_input)
Expand Down

0 comments on commit b9ddf51

Please sign in to comment.