Property CosineDecaySteps
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
CosineDecaySteps
Gets or sets the number of steps over which the cosine decay is applied when using the Adam optimizer. This determines the total duration of the cosine decay cycle for adjusting the learning rate.
public int CosineDecaySteps { get; set; }
Property Value
- int
The default value is 1000 steps.