tensorflow build - CPU / MKL / Windows

纵然是瞬间 提交于 2019-12-04 17:10:11

Solution: 1

Installing TensorFlow from Source on windows is not generally supported. But you can try building this using bazel or tensorflow cmake build. Refer: https://www.tensorflow.org/install/install_sources

Solution: 2

Create Intel optimized conda environment as below:

conda create -n tf -c intel python=3.6

To install tensorflow:

conda install -c intel tensorflow

This will install tensorflow version 1.2.1 with mkl. This might help.

Prerequisites: Install Anaconda on your windows machine.

I used this distribution and it worked fine for me (Windows 7 and 10 64bit, 2x Intel Xeon E5-2637 v3)

https://github.com/fo40225/tensorflow-windows-wheel

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