提交 632c8d6c 编写于 作者: M Megvii Engine Team

Merge pull request #510 from Ysllllll:master

GitOrigin-RevId: fd97434167e1f1bdaba50333f2a08d6aac67d80f
......@@ -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
......
......@@ -181,7 +181,7 @@ Now we only support cross build to IOS from MACOS
## Other ARM-Linux-Like board support
It`s easy to support other customized arm-linux-like board, example:
It's easy to support other customized arm-linux-like board, example:
* 1: HISI 3516/3519, infact u can just use toolchains from arm developer or linaro
then call scripts/cmake-build/cross_build_linux_arm_inference.sh to build a ELF
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册