小编Cur*_*Dan的帖子

使用带有pip的SSE指令进行Tensorflow安装

我使用此处提供的默认指令在ubuntu 16.04上成功安装了cpu only tensorflow .建议使用virtualenv和pip的指令,所以我没有从源代码构建.我按照这些说明安装没有问题.

我提供的说明验证了我安装的进一步下跌在同一页上,并在程序运行成功,它输出下列警告.

W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE3 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up …
Run Code Online (Sandbox Code Playgroud)

python sse pip virtualenv tensorflow

11
推荐指数
1
解决办法
1万
查看次数

标签 统计

pip ×1

python ×1

sse ×1

tensorflow ×1

virtualenv ×1