Skip to content

Commit

Permalink
modified lrn formula (PaddlePaddle#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
tink2123 committed Apr 29, 2019
1 parent 766277a commit 71bd014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fluid/api_cn/layers_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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` :累加的通道数
Expand Down

0 comments on commit 71bd014

Please sign in to comment.