Skip to content

Commit

Permalink
Merge pull request #930 from r2007/patch-1
Browse files Browse the repository at this point in the history
Update bricks_overview.rst
  • Loading branch information
rizar committed Dec 9, 2015
2 parents 506dfe1 + 353d525 commit acf9c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bricks_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ automatically pushed the weight matrix and biases initialization
configuration to its children.

>>> mlp.initialize()
>>> mlp.children[1].parameters[0].get_value() # doctest: +SKIP
>>> mlp.children[0].parameters[0].get_value() # doctest: +SKIP
array([[-0.38312393, -1.7718271 , 0.78074479, -0.74750996],
...
[ 1.32390416, -0.56375355, -0.24268186, -2.06008577]])
Expand Down

0 comments on commit acf9c80

Please sign in to comment.