参考资料:

https://blog.csdn.net/yuejisuo1948/article/details/84197534

https://blog.csdn.net/edrlyh/article/details/103632952

https://www.tensorflow.org/install/source_windows#tested_build_configurations

 

编译tensorflow2.0.1:

1.tensorflow2.0.1  源码地址: https://github.com/tensorflow/tensorflow/releases/tag/v2.0.1

2.下载  、安装msys64 https://www.msys2.org/

3.安装 Bazel

4. pacman -S git patch unzip

到tensorflow2.0.1文件夹下 cd /d d:

cd D:\tensorflow-2.0.1

6. python ./configure.py

7.bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package

相关文章:

  • 2021-09-19
  • 2021-12-25
  • 2021-11-26
  • 2022-12-23
  • 2021-11-02
  • 2021-06-14
  • 2022-03-03
猜你喜欢
  • 2022-12-23
  • 2021-04-11
  • 2021-05-29
  • 2022-02-20
  • 2021-12-18
相关资源
相似解决方案