Fix equation in doc of fluid.layers.fc (#8243)

emailweixu-patch-1
whs 7 years ago committed by Abhinav Arora
parent ae0740ce66
commit 8e5bc804bb

@ -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:

Loading…
Cancel
Save