!26596 mod initializer docs

Merge pull request !26596 from wanyiming/code_docs_init
This commit is contained in:
i-robot 2021-11-22 07:53:57 +00:00 committed by Gitee
commit 3e3145a624
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ class HeUniform(Initializer):
.. math::
boundary = \sqrt{\frac{6}{(1 + a^2) \times \text{fan_in}}}
which is the bound of the HeUniform distribution.
For details of HeUniform algorithm, please check