ENABLE_NETWORK_ANALYSIS_DEBUG

Description

In the TensorFlow training scenario, if computational graph build fails, the training process is terminated by default and the remaining graphs are not delivered to the device. You can set this environment variable to make TF Adapter continuously deliver computational graphs to the device without terminating the training process when graph build fails.

In the current version, there are no restrictions on the value of this environment variable. As long as the environment variable exists in the environment, the training process will not be terminated even if there is a failure in graph build.

Example

export ENABLE_NETWORK_ANALYSIS_DEBUG=1

Restrictions

Currently, this environment variable supports only the TensorFlow training scenario.

Applicability

Atlas Training Series Product