tf.estimator.RunConfig
does not parse environment variable TF_CONFIG
.
It only return the constants as below:
We can not run distributed learning with tf.estimator
?
The functionality in tf.estimator is still be worked on, and does not contain the functionality to use the TF_CONFIG environment variable.
For now, please continue using tf.contrib Estimator APIs.