Table of Contents

Property LearningRate

Namespace
LMKit.Finetuning
Assembly
LM-Kit.NET.dll

LearningRate

Initial AdamW learning rate. Default 1e-4.

public float LearningRate { get; set; }

Property Value

float

Exceptions

ArgumentOutOfRangeException

Value is not positive.

Share