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._AbstractRunConfigElementTensorflowConfiguration
Constructor
TensorflowConfiguration(worker_count=1, parameter_server_count=1)
Parameters
Name | Description |
---|---|
worker_count
|
The number of worker tasks. Default value: 1
|
parameter_server_count
|
The number of parameter server tasks. Default value: 1
|