Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tf.estimator.RunConfig不解析环境变量TF_CONFIG。它只返回如下常量:
tf.estimator.RunConfig
TF_CONFIG
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/estimator/run_config.py#L121-L151
我们不能运行分布式学习tf.estimator吗?
tf.estimator
tf.estimator 中的功能仍在处理中,不包含使用 TF_CONFIG 环境变量的功能。
现在,请继续使用 tf.contrib Estimator API。