Get learn rate factor of layer learnable parameter
returns the learn rate factor of the parameter with the name
factor
= getLearnRateFactor(layer
,parameterName
)parameterName
in layer
.
For built-in layers, you can get the learn rate factor directly by using the
corresponding property. For example, for a convolution2dLayer
layer, the syntax factor =
getLearnRateFactor(layer,'Weights',factor)
is equivalent to
factor = layer.WeightLearnRateFactor
.
getL2Factor
| setL2Factor
| setLearnRateFactor
| trainNetwork
| trainingOptions