Skip to content

Commit

Permalink
fix paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder95 committed May 10, 2022
1 parent 00619db commit 56b5b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/paddle/nn/RReLU_cn.rst
Expand Up @@ -5,7 +5,7 @@ RReLU
.. py:class:: paddle.nn.RReLU(lower=1./8., upper=1./3., name=None)
RReLU激活层,应用随机纠正线性单元对神经元激活,参考论文:
`Empirical Evaluation of Rectified Activations in Convolutional Network <https://arxiv.org/abs/1505.00853>`
`Empirical Evaluation of Rectified Activations in Convolutional Network <https://arxiv.org/abs/1505.00853>`_ 。

训练阶段对负斜率进行均匀分布随机采样:

Expand Down
2 changes: 1 addition & 1 deletion docs/api/paddle/nn/functional/rrelu_cn.rst
Expand Up @@ -6,7 +6,7 @@ rrelu
.. py:function:: paddle.nn.functional.rrelu(x, lower=1. / 8., upper=1. / 3., training=True, name=None)
rrelu激活函数,应用随机纠正线性单元对神经元激活,参考论文:
`Empirical Evaluation of Rectified Activations in Convolutional Network <https://arxiv.org/abs/1505.00853>`
`Empirical Evaluation of Rectified Activations in Convolutional Network <https://arxiv.org/abs/1505.00853>`_ 。

训练阶段对负斜率进行均匀分布随机采样:

Expand Down

1 comment on commit 56b5b15

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.