
tensorflow
文章平均质量分 78
雪域高原1
这个作者很懒,什么都没留下…
展开
-
使用bazel编译tensorflow serving是报错:src/create_embedded_tools.sh: line 93: zip: command not found
使用bazel编译tensorflow serving是报错:src/create_embedded_tools.sh: line 93: zip: command not found 即: INFO: From JavacBootstrap src/java_tools/buildjar/java/com/google/devtools/build/buildjar/libbootstrap原创 2017-08-28 17:47:16 · 1672 阅读 · 0 评论 -
使用pip install时报错:ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed
使用pip install 安装grpcio时,报如下错误: ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out. Step 10/31 : RUN pip install grpcio ---> Running in 9284ea7046be Co原创 2017-08-28 17:49:33 · 10629 阅读 · 0 评论 -
The TensorFlow library wasn't compiled to use SSE4.1/SSE4.2/AVX/AVX2/FMA instructions, but these are
执行如下命令是报错: # python -c "import tensorflow as tf; print(tf.Session().run(tf.constant('Hello, TensorFlow')))" The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available原创 2017-09-11 11:22:50 · 1767 阅读 · 0 评论