WeightStandardization#
- class composer.algorithms.WeightStandardization(n_last_layers_ignore=0)[source]#
Weight Standardization standardizes convolutional weights in a model.
- Parameters
n_last_layers_ignore (int, optional) โ the number of layers at the end of the model to not apply weight standardization. Default:
0
.