ParameterServer 类

管理训练作业的参数服务器设置。

荒废的。 使用 TensorflowConfiguration 类。

用于管理作业的参数服务器设置的类。

荒废的。 使用 TensorflowConfiguration 类。

构造函数

ParameterServer(worker_count=1, parameter_server_count=1)

参数

名称 说明
worker_count
int

工作任务数。

默认值: 1
parameter_server_count
int

参数服务器任务数。

默认值: 1
worker_count
必需
int

工作任务数。

parameter_server_count
必需
int

参数服务器任务数。