TensorFlow error using AVX instructions on Linux while working on Windows on the same machine

无人久伴 提交于 2019-12-13 03:55:52

问题


I'm using a Dual-Boot machine with Windows and Ubuntu and try to run a code which works well while windows is used but errors when Ubuntu is used. The error says:

F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine.

While running the same code using Windows it gives a similar warning but still runs.

Couldn't find any solution regarding to the problem on the net.

System specifications:

  • Ubuntu 18.10
  • Python 2.7.15+
  • TensorFlow 1.12.0

来源:https://stackoverflow.com/questions/53590486/tensorflow-error-using-avx-instructions-on-linux-while-working-on-windows-on-the

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!