Skip to content

Commit 83ad364

Browse files
authored
Update reference format in hardswish_cn.rst
1 parent ec4e713 commit 83ad364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/paddle/nn/functional/hardswish_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hardswish
55

66
.. py:function:: paddle.nn.functional.hardswish(x, name=None)
77
8-
hardswish 激活函数。在 MobileNetV3 架构中被提出,相较于 swish 函数,具有数值稳定性好,计算速度快等优点,具体原理请参考:https://arxiv.org/pdf/1905.02244.pdf
8+
hardswish 激活函数。在 MobileNetV3 架构中被提出,相较于 swish 函数,具有数值稳定性好,计算速度快等优点,具体原理请参考:`Searching for MobileNetV3 <https://arxiv.org/pdf/1905.02244.pdf>`_ 。
99

1010
.. math::
1111

0 commit comments

Comments
 (0)