【发布时间】:2020-07-16 11:16:57
【问题描述】:
我想构建 tensorflow,我从 “git克隆https://github.com/tensorflow/tensorflow.git" 我使用 tensorflow-gpu 版本为 1.14.0 构建模型,我使用 conda 使用命令安装 bazel “conda install -c conda-forge bazel=0.24.1” 但是,当我在 tensorflow 中运行“python ./configure.py”时,出现此错误 找不到巴泽尔。请安装 bazel 所以,我尝试“bazel test”,我工作正常
尝试从https://docs.bazel.build/versions/master/install-windows.html 安装 bazel 还是不行,求大神帮忙
python 3.6
【问题讨论】:
标签: python tensorflow deep-learning object-detection bazel