Property WarmupRatio
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
WarmupRatio
Fraction of total steps spent linearly warming the learning rate up from zero before the schedule begins. 0 (the default) disables warmup. Clamped to [0, 1].
public float WarmupRatio { get; set; }