你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 训练指定。

适用于