Property MinLearningRate
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
MinLearningRate
Floor learning rate for the cosine and linear schedules. Ignored for Constant. Default 0.
public float MinLearningRate { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
Value is negative.