TensorFlow本地培训LibCurl错误代码6(tf.estimator.train_and_evaluate()错误)

时间:2018-08-17 20:12:43

标签: python tensorflow libcurl

在Ubuntu 16.04上运行(Tensorflow的初学者)。紧随this article之后逐步进行:

本文使用Google Cloud Service训练了模型,但我想在计算机的图形卡上本地完成。我已经准备好所有文件,并且看起来一切正常,但是出现以下错误。

2018-08-17 12:51:31.302420: I tensorflow/core/platform/cloud/retrying_utils.cc:77] The operation failed and will be automatically retried in 1.03428 seconds (attempt 1 out of 10), caused by: Unavailable: Error executing an HTTP request: libcurl code 6 meaning 'Couldn't resolve host name', error details: Couldn't resolve host 'metadata'

下图:

enter image description here

model_main.py代码为here

我们将其范围缩小到model_main.py中的这一行代码:

tf.estimator.train_and_evaluate(estimator, train_spec, eval_specs[0])

请让我知道您认为可能是问题所在。如果您需要更多信息,请告诉我。谢谢。

0 个答案:

没有答案