Skip to content

Commit

Permalink
Fix equation in doc of fluid.layers.fc (#8243)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaoshuang authored and abhinavarora committed Feb 7, 2018
1 parent ae0740c commit 8e5bc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/v2/fluid/layers/nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def fc(input,
.. math::
Out = Act({\sum_{i=0}^{N-1}W_iX_i + b})
Out = Act({\sum_{i=0}^{N-1}X_iW_i + b})
In the above equation:
Expand Down

0 comments on commit 8e5bc80

Please sign in to comment.