tf.estimator.RunConfig 不解析环境变量 TF_CONFIG

tf.estimator.RunConfig does not parse environment variable TF_CONFIG

tf.estimator.RunConfig 不解析环境变量 TF_CONFIG。 它只有 return 如下常量:

https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/estimator/run_config.py#L121-L151

我们不能 运行 分布式学习 tf.estimator ?

tf.estimator 中的功能仍在开发中,不包含使用 TF_CONFIG 环境变量的功能。

现在,请继续使用 tf.contrib Estimator API。