Property Epochs
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
Epochs
Number of passes over the training set. Default 3.
public int Epochs { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
Value is not positive.
Number of passes over the training set. Default 3.
public int Epochs { get; set; }
Value is not positive.