LsrDecay.LearningRateSchedulerItem Struct

Definition

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

Applies to