LsrDecay.LearningRateSchedulerItem Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This structure represents a learning rate scheduler item type
public readonly struct LsrDecay.LearningRateSchedulerItem
type LsrDecay.LearningRateSchedulerItem = struct
Public Structure LsrDecay.LearningRateSchedulerItem
- Inheritance
-
LsrDecay.LearningRateSchedulerItem
Constructors
LsrDecay.LearningRateSchedulerItem(Int32, Single) |
Fields
Epoch |
Start epoch to match with the scaling factor |
ScalingFactor |
Scaling factor or multiplier that changes the learning rate for Linear scale rule |