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

前端 未结 8 1726
难免孤独
难免孤独 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:01

    For Windows, you can check the official Intel MKL optimization for TensorFlow wheels that are compiled with AVX2. This solution speeds up my inference ~x3.

    conda install tensorflow-mkl
    

提交回复
热议问题