相关疑难解决方法(0)

TensorFlow未编译为使用SSE(等)指令,但这些指令可用

我是第一次运行TensorFlow并使用一些示例代码.运行我的代码时出现此错误.有谁知道为什么会这样,以及如何解决它?谢谢!

2017-03-31 02:12:59.346109: W c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\platform\cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE instructions, but these are available on your machine and could speed up CPU computations.
2017-03-31 02:12:59.346968: W c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\platform\cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE2 instructions, but these are available on your machine and could speed up CPU computations.
2017-03-31 02:12:59.346975: W c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\platform\cpu_feature_guard.cc:45] The TensorFlow libbrary wasn't compiled to use SSE3 instructions, but these are available on your machine and could speed up CPU computations.
2017-03-31 …
Run Code Online (Sandbox Code Playgroud)

python python-3.x tensorflow

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

如何解决这些张量流警告?

我刚刚使用pip安装了Tensorflow 1.0.0.运行时,我收到如下所示的警告.

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.

我为SSE4.1,SSE4.2,AVX,AVX2,FMA提出了5个类似的警告.

尽管有这些警告,该计划似乎运行正常.

python tensorflow

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

标签 统计

python ×2

tensorflow ×2

python-3.x ×1