We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4e713 commit 83ad364Copy full SHA for 83ad364
docs/api/paddle/nn/functional/hardswish_cn.rst
@@ -5,7 +5,7 @@ hardswish
5
6
.. py:function:: paddle.nn.functional.hardswish(x, name=None)
7
8
-hardswish 激活函数。在 MobileNetV3 架构中被提出,相较于 swish 函数,具有数值稳定性好,计算速度快等优点,具体原理请参考:https://arxiv.org/pdf/1905.02244.pdf
+hardswish 激活函数。在 MobileNetV3 架构中被提出,相较于 swish 函数,具有数值稳定性好,计算速度快等优点,具体原理请参考:`Searching for MobileNetV3 <https://arxiv.org/pdf/1905.02244.pdf>`_ 。
9
10
.. math::
11
0 commit comments