Property WeightDecay
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
WeightDecay
AdamW weight decay. Default 1e-2.
public float WeightDecay { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
Value is negative.
AdamW weight decay. Default 1e-2.
public float WeightDecay { get; set; }
Value is negative.