提交 79f309ae 编写于 作者: M Megvii Engine Team

docs(mge): link in docstring incorrect

GitOrigin-RevId: b5630133e93d2b1666e4f03d9b7cbf2fce17f434
上级 ea3cf7f8
......@@ -77,7 +77,7 @@ class GroupNorm(Module):
class InstanceNorm(Module):
r"""Applies Instance Normalization over a mini-batch of inputs
Refer to `Instance Normalization https://arxiv.org/abs/1607.08022`__
Refer to `Instance Normalization <https://arxiv.org/abs/1607.08022>`__
.. math::
y = \frac{x - \mathrm{E}[x]}{ \sqrt{\mathrm{Var}[x] + \epsilon}} * \gamma + \beta
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册