Initializers#
Initializers are functions that initialize module parameters.
The following table lists the available initializers:
Initialize the array with a constant value. |
|
Initialize the array using the Kaiming (aka He) normal initialization method. |
|
Initialize the array using the Kaiming (aka He) uniform initialization method. |
|
Initialize the array with ones. |
|
Initialize the array with zeros. |