NasBertTrainer.NasBertOptions.LearningRate Field
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.
Learning rate for the first N epochs; all epochs >N using LR_N. Note: this may be interpreted differently depending on the scheduler.
public System.Collections.Generic.List<double> LearningRate;
val mutable LearningRate : System.Collections.Generic.List<double>
Public LearningRate As List(Of Double)