Table of Contents

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

float

Exceptions

ArgumentOutOfRangeException

Value is negative.

Share