240 发简信
IP属地:福建
  • 遇到了一些问题,可以指点一下吗?
    bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_packageWARNING: The following configs were expanded more than once: [cuda]. For repeatable flags, repeats are counted twice and may lead to unexpected behavior.
    INFO: Invocation ID: 4a36390e-634f-4cfe-be3a-bb2f0c6f3973
    DEBUG: /home/zcc/.cache/bazel/_bazel_zcc/ef73f1b213a381f188a64db1d3e2ae98/external/bazel_tools/tools/cpp/lib_cc_configure.bzl:115:5:
    Auto-Configuration Warning: 'TMP' environment variable is not set, using 'C:\Windows\Temp' as default
    ERROR: cc_toolchain_suite '@local_config_cuda//crosstool:toolchain' does not contain a toolchain for CPU 'k8', you may want to add an entry for 'local|compiler' into toolchains and toolchain_identifier 'local_linux' into the corresponding cc_toolchain rule (see --incompatible_disable_cc_toolchain_label_from_crosstool_proto).
    INFO: Elapsed time: 0.072s
    INFO: 0 processes.
    FAILED: Build did NOT complete successfully (0 packages loaded)

    【深度学习基础环境-下】ubuntu16.04.3安装Bazel+源码编译安装tensorflow(CUDA9.0)

    前言 上一篇文章中搭建了CUDA9.0 + cuDNN7.0的基础环境. 先简单说下即将要进行的步骤以及原因。 1. 通过源码编译tensorflow指定CUDA版本 然而在...