小编Gal*_*ams的帖子

无法加载 tensorflow_hub

写入import tensorflow_hub后,出现如下错误:

class LatestModuleExporter(tf.estimator.Exporter):
Run Code Online (Sandbox Code Playgroud)

AttributeError: 模块 'tensorflow.python.estimator.estimator_lib' 没有属性 'Exporter'

我在 Windows 10 上使用 python 3.6 和 tensorflow 1.7

谢谢!

python tensorflow tensorflow-hub

7
推荐指数
2
解决办法
2万
查看次数

如何防止在 HTTP 1.1 请求中保持活动状态?

我正在实现一个简单的 HTTP 客户端。

我应该将哪个标头添加到 HTTP 1.1 请求中以使其不会保持活动状态?

http keep-alive http-1.1 http-headers

6
推荐指数
1
解决办法
2825
查看次数