u@u160406:~/tf1.13/tensorflow$ git checkout r1.13

分支 r1.13 设置为跟踪来自 origin 的远程分支 r1.13。
切换到一个新分支 'r1.13'

u@u160406:~/tf1.13/tensorflow$ ./configure

WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shutdown".
You have bazel 0.24.1 installed.
Please downgrade your bazel installation to version 0.21.0 or lower to build TensorFlow!

u@u160406:~/tf1.13/tensorflow$ git checkout r1.15

分支 r1.15 设置为跟踪来自 origin 的远程分支 r1.15。
切换到一个新分支 'r1.15'

u@u160406:~/tf1.13/tensorflow$ ./configure

WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shutdown".
You have bazel 0.24. installed.
Please specify the location of python. [Default is /usr/bin/python]: /usr/bin/python3. Found possible Python library paths:
/usr/lib/python3/dist-packages
/usr/local/lib/python3./dist-packages
Please input the desired Python library path to use. Default is [/usr/lib/python3/dist-packages] Do you wish to build TensorFlow with XLA JIT support? [Y/n]: n
No XLA JIT support will be enabled for TensorFlow. Do you wish to build TensorFlow with OpenCL SYCL support? [y/N]: n
No OpenCL SYCL support will be enabled for TensorFlow. Do you wish to build TensorFlow with ROCm support? [y/N]: N
No ROCm support will be enabled for TensorFlow. Do you wish to build TensorFlow with CUDA support? [y/N]: y
CUDA support will be enabled for TensorFlow. Do you wish to build TensorFlow with TensorRT support? [y/N]: N
No TensorRT support will be enabled for TensorFlow. Found CUDA 10.0 in:
/usr/local/cuda/lib64
/usr/local/cuda/include
Found cuDNN in:
/usr/local/cuda/lib64
/usr/local/cuda/include Please specify a list of comma-separated CUDA compute capabilities you want to build with.
You can find the compute capability of your device at: https://developer.nvidia.com/cuda-gpus.
Please note that each additional compute capability significantly increases your build time and binary size, and that TensorFlow only supports compute capabilities >= 3.5 [Default is: 7.5]: Do you want to use clang as CUDA compiler? [y/N]: N
nvcc will be used as CUDA compiler. Please specify which gcc should be used by nvcc as the host compiler. [Default is /usr/bin/gcc]: Do you wish to build TensorFlow with MPI support? [y/N]: N
No MPI support will be enabled for TensorFlow. Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -march=native -Wno-sign-compare]: Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]: N
Not configuring the WORKSPACE for Android builds. 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=numa # Build with NUMA support.
--config=dynamic_kernels # (Experimental) Build kernels into separate shared objects.
--config=v2 # Build TensorFlow .x instead of .x.
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

u@u160406:~/tf1.13/tensorflow$

最新文章

  1. ABP(现代ASP.NET样板开发框架)系列之18、ABP应用层——权限验证
  2. ACM water
  3. Java的UUID
  4. git push to nas
  5. java实现定时任务的三种方法
  6. BerkeleyDB 多索引查询
  7. winform 映射字段的写法:
  8. secureCRT使用VIM 像LINUX中那样对语法高亮
  9. linux配置nfs服务
  10. Cocostudio学习笔记(4) LoadingBar+ TextField
  11. EasyUI中dialog中嵌入form细节问题记录
  12. Python内置函数(38)——zip
  13. ipmitool 工具使用
  14. word20161229
  15. Array.apply(null,{length:6}).map()
  16. 适合初学者的python实际例子
  17. 一个随机验证码且不重复的小程序以及求随机输入一组数组中的最大值(Java)
  18. MongoDB journal与oplog解惑
  19. 关于PHP Notice: A non well formed numeric value encountered, 你知道多少
  20. mssqlserver的md5函数

热门文章

  1. 解​决​H​T​M​或​H​T​M​L​的​图​标
  2. 原生JavaScript贪吃蛇
  3. skynet sproto 问题
  4. 【GStreamer开发】GStreamer播放教程08——视频解码的硬件加速
  5. laravel 提交空字符串会被转成null解决方法
  6. [C#] - 从 HTML 代码中 转换 / 提取 可读文字(PlainText)的方法
  7. 解决Html页面缓存
  8. vue cli3 项目优化
  9. Luogu5307 [COCI2019] Mobitel 【数论分块】【递推】
  10. Luogu3824 [NOI2017]泳池 【多项式取模】【递推】【矩阵快速幂】