次の方法で共有


ImageModelSettings.GradientAccumulationStep プロパティ

定義

グラデーションの累積とは、モデルの重みを更新せずに構成された数の "GradAccumulationStep" ステップを実行し、それらのステップの勾配を累積し、累積勾配を使用して重みの更新を計算することを意味します。 正の整数にする必要があります。

public int? GradientAccumulationStep { get; set; }
member this.GradientAccumulationStep : Nullable<int> with get, set
Public Property GradientAccumulationStep As Nullable(Of Integer)

プロパティ値

適用対象