TensorflowConfiguration Class

Represents configuration information for experiments using Tensorflow.

This class is used in the RunConfiguration class.

Class TensorflowConfiguration constructor.

Constructor

TensorflowConfiguration(worker_count=1, parameter_server_count=1)

Parameters

Name Description
worker_count
int

The number of worker tasks.

Default value: 1
parameter_server_count
int

The number of parameter server tasks.

Default value: 1