Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yingzha committed Jan 20, 2015
1 parent 9637a78 commit 1b66a79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylearn2/models/mlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ def get_weights_format(self):
-------
format: tuple
Either ('v', 'h') or ('h', 'v').
('v', 'h') means a weight matrix of shape(num visible units, num hidden units),
('v', 'h') means a weight matrix of shape
(num visible units, num hidden units),
while ('h', 'v') means the transpose of it.
"""
Expand Down

0 comments on commit 1b66a79

Please sign in to comment.