标签: python tensorflow google-cloud-ml tensorflow-estimator
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
答案 0 :(得分:0)
仍在处理tf.estimator中的功能,并且不包含使用TF_CONFIG环境变量的功能。
目前,请继续使用tf.contrib Estimator API。