TensorflowConfiguration 类

表示使用 Tensorflow 的试验的配置信息。

此类在 RunConfiguration 类中使用。

类 TensorflowConfiguration 构造函数。

继承
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
TensorflowConfiguration

构造函数

TensorflowConfiguration(worker_count=1, parameter_server_count=1)

参数

worker_count
int
默认值: 1

工作器任务数。

parameter_server_count
int
默认值: 1

参数服务器任务数。