ModelState.TrainLosses Property

Definition

List of metrics used to assess how the model fits the training data for each epoch.

public System.Collections.Generic.IList<float> TrainLosses { get; }
member this.TrainLosses : System.Collections.Generic.IList<single>
Public ReadOnly Property TrainLosses As IList(Of Single)

Property Value

Applies to