Merge pull request #6871 from lcy-seso/fix_fc_layer_doc

fix the latex equation in fluid fc layer.
del_some_in_makelist
Cao Ying 8 years ago committed by GitHub
commit a1cfc32533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ def fc(input,
.. math::
Out = Act\left({\sum_{i=0}^{N-1}W_iX_i + b}\right)
Out = Act({\sum_{i=0}^{N-1}W_iX_i + b})
In the above equation:

Loading…
Cancel
Save