未验证 提交 71bd014d 编写于 作者: X xiaoting 提交者: GitHub

modified lrn formula (#840)

上级 766277a3
......@@ -5412,7 +5412,7 @@ lrn
.. math::
Output(i,x,y) = Input(i,x,y)/\left ( k+\alpha \sum_{j=max(0,c-n/2)}^{min(C,c+n/2)}(Input(j,x,y))^2 \right )^\beta
Output(i,x,y) = Input(i,x,y)/\left ( k+\alpha \sum_{j=max(0,i-n/2)}^{min(C-1,i+n/2)}(Input(j,x,y))^2 \right )^\beta
在以上公式中:
- :math:`n` :累加的通道数
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册