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

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