Table of Contents

Property WeightDecay

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

WeightDecay

AdamW weight decay. Default 1e-2.

public float WeightDecay { get; set; }

Property Value

float

Exceptions

ArgumentOutOfRangeException

Value is negative.

Share