Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2

前端 未结 8 1552
难免孤独
难免孤独 2020-11-22 04:46

I am new to TensorFlow. I have recently installed it (Windows CPU version) and received the following message:

Successfully installed tensorflow-1.4

8条回答
  •  孤街浪徒
    2020-11-22 05:02

    If you use pip version of tensorflow, it means it's already compiled and you are just installing it. Basically you install tensorflow-gpu, but when you download it from repository and trying to build, you should build it with CPU AVX support. If you ignore it, you will get the warning every time when you run on cpu.

提交回复
热议问题