API 相关说明
对于给定的非线性函数返回一个推荐的增益值(见下表)。
nonlinearity
gain
Linear / Identity
\(1\)
Conv{1,2,3}D
Sigmoid
Tanh
\(\frac{5}{3}\)
ReLU
\(\sqrt{2}\)
Leaky Relu
\(\sqrt{\frac{2}{1 + {\text{negative}_\text{slope}}^2}}\)
nonlinearity (str) – name of the non-linear function.
str
param (Union[int, float, None]) – optional parameter for leaky_relu. Only effective when nonlinearity is “leaky_relu”.
Union
int
float
None
上一页
megengine.module.init.normal_
下一页
megengine.module.init.calculate_fan_in_and_fan_out