ModelState.TrainLosses プロパティ

定義

モデルが各エポックのトレーニング データにどのように適合するかを評価するために使用されるメトリックの一覧。

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

プロパティ値

適用対象