zoukankan      html  css  js  c++  java
  • Tensorflow从源代码编译2

    https://blog.csdn.net/qq_37674858/article/details/81095101

    https://blog.csdn.net/yhily2008/article/details/79967118

    https://docs.bazel.build/versions/master/install-ubuntu.html#step-1-install-required-packages

    bazel-0.22.0-installer-linux-x86_64.sh

    Invalid python path: usr/bin/python3.6 cannot be found.

    Please specify the location of python. [Default is /usr/bin/python]: usr/bin/pyt

    Found possible Python library paths:

    /usr/local/lib/python3.6/dist-packages

    /usr/lib/python3/dist-packages

    Please input the desired Python library path to use. Default is [/usr/local/lib/python3.6/dist-packages]

    https://blog.csdn.net/qq_33200967/article/details/80959325

    Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command.

    See .bazelrc for more details.

    --config=mkl # Build with MKL support.

    --config=monolithic # Config for mostly static monolithic build.

    --config=gdr # Build with GDR support.

    --config=verbs # Build with libverbs support.

    --config=ngraph # Build with Intel nGraph support.

    --config=dynamic_kernels # (Experimental) Build kernels into separate shared objects.

    Preconfigured Bazel build configs to DISABLE default on features:

    --config=noaws # Disable AWS S3 filesystem support.

    --config=nogcp # Disable GCP support.

    --config=nohdfs # Disable HDFS support.

    --config=noignite # Disable Apache Ignite support.

    --config=nokafka # Disable Apache Kafka support.

    --config=nonccl # Disable NVIDIA NCCL support.

    Configuration finished

    https://blog.csdn.net/sycflash/article/details/7165946

    https://blog.csdn.net/pamzerbhu/article/details/54574659

    https://www.cnblogs.com/wangxiaocvpr/p/5385961.html

    https://blog.csdn.net/sydpz1987/article/details/51493844

    从源代码构建 TensorFlow 可能会消耗大量内存。如果系统内存有限,请使用以下命令限制 Bazel 的内存消耗量:--local_resources 2048,.5,1.0

  • 相关阅读:
    TimusOJ Bald Spot Revisited(质因数分解)
    hdu 6170 Two strings(dp)
    线性筛资料
    BZOJ3437 小P的牧场(斜率优化dp)
    First Blog
    【BZOJ】3930: [CQOI2015]选数
    【Ctsc2011】幸福路径
    【BZOJ】4012: [HNOI2015]开店
    【BZOJ】 3238: [Ahoi2013]差异
    【NOI2014】动物园
  • 原文地址:https://www.cnblogs.com/2008nmj/p/10355578.html
Copyright © 2011-2022 走看看