mxnet.initializer¶
Weight initializer.
Initialization methods¶
|
Initialize weight for upsampling layers. |
|
Initializes the weights to a given value. |
|
Initialize parameters for fused rnn layers. |
Descriptor for the initialization pattern. |
|
|
The base class of an initializer. |
|
Initialize all biases of an LSTMCell to 0.0 except for the forget gate whose bias is set to custom value. |
|
Initializes variables by loading data from file or dict. |
|
Initialize the weight according to a MSRA paper. |
|
Initialize parameters using multiple initializers. |
|
Initializes weights with random values sampled from a normal distribution with a mean of zero and standard deviation of sigma. |
|
Initializes weights to one. |
|
Initialize weight as orthogonal matrix. |
|
Initializes weights with random values uniformly sampled from a given range. |
|
Returns an initializer performing “Xavier” initialization for weights. |
|
Initializes weights to zero. |