Table of Contents

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

int

Exceptions

ArgumentOutOfRangeException

Value is not positive.

Share