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

  • 相关阅读:
    EPUB书籍阅读器插件分享
    网页端压缩解压缩插件JSZIP库的使用
    让编辑器支持word的复制黏贴,支持截屏的黏贴
    MYSQL GTID position
    Google SRE
    MySQL大小写敏感
    SpringMVC model 多余字段 忽略
    To B Vs To C
    滴滴 CTO 架构师 业务 技术 战役 时间 赛跑 超前 设计
    Spring Boot 集成Swagger
  • 原文地址:https://www.cnblogs.com/2008nmj/p/10355578.html
Copyright © 2011-2022 走看看