TensorflowConfiguration Class

Represents configuration information for experiments using Tensorflow.

This class is used in the RunConfiguration class.

Class TensorflowConfiguration constructor.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
TensorflowConfiguration

Constructor

TensorflowConfiguration(worker_count=1, parameter_server_count=1)

Parameters

worker_count
int
default value: 1

The number of worker tasks.

parameter_server_count
int
default value: 1

The number of parameter server tasks.