次の方法で共有


TensorFlowSettings.ParameterServerCount プロパティ

定義

パラメーター サーバー数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="parameterServerCount")]
public int? ParameterServerCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameterServerCount")>]
member this.ParameterServerCount : Nullable<int> with get, set
Public Property ParameterServerCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

パラメーター サーバー タスクの数。 指定する場合、値は nodeCount 以下である必要があります。 指定しない場合、分散 TensorFlow トレーニングの既定値は 1 になります。 このプロパティは、分散 TensorFlow トレーニングに対してのみ指定できます。

適用対象