提交 8e5bc804 编写于 作者: W whs 提交者: Abhinav Arora

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

上级 ae0740ce
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册