• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    安装不同版本的tensorflow与models方法实现

    1. 安装tensorflow教程

    使用pip可以快速便捷的安装tensorflow各个版本。
    代码如下:

    pip install tensorflow-gpu==1.14.0 #the 1.14.0 can change to other versions

    2. Tensorflow与cuda版本对照

    在安装tensorflow时需要注意,不同版本的cuda安装tensorflow的版本是有限制的,其对照关系如下:

    3. 安装tensorflow/models教程

    当需要使用tensorflow objection detection API时,需要下载models。不同版本的tensorflow对应不同版本的models。

    先下载models

    git clone https://github.com/tensorflow/models

    下载的models默认是最新版本的models,如果tensorflow不是最新版本,可能存在不兼容的问题,因此需要对版本进行修改。

    cd models
    git checkout r1.13.0 #change the models version to version1.13.0

    还可以直接在网站上下载不同版本的models,下载地址为:https://github.com/tensorflow/models/releases

    4. Tensorflow与models版本的对应

    Tensorflow版本 models版本 models地址
    1.14.0 1.13.0 https://github.com/tensorflow/models/tree/r1.13.0
    1.13.1 1.13.0 https://github.com/tensorflow/models/tree/r1.13.0
    1.12.0 1.12.0 https://github.com/tensorflow/models/tree/r1.12.0
    1.11.0 1.11 https://github.com/tensorflow/models/tree/r1.11
    1.10.0 1.10.0 https://github.com/tensorflow/models/tree/r1.10.0
    1.9.0 1.9.0 https://github.com/tensorflow/models/tree/r1.9.0
    1.8.0 1.8.0 https://github.com/tensorflow/models/tree/r1.8.0
    1.7.0 1.7.0 https://github.com/tensorflow/models/tree/r1.7.0
    1.6.0 1.6.0 https://github.com/tensorflow/models/tree/r1.6.0
    1.5.0 1.4.0 https://github.com/tensorflow/models/tree/r1.4.0
    1.4.0 1.4.0 https://github.com/tensorflow/models/tree/r1.4.0

    到此这篇关于安装不同版本的tensorflow与models方法实现的文章就介绍到这了,更多相关安装不同版本的tensorflow与models内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!

    您可能感兴趣的文章:
    • Window10上Tensorflow的安装(CPU和GPU版本)
    • 安装多个版本的TensorFlow的方法步骤
    • 查看已安装tensorflow版本的方法示例
    • TensorFlow2.1.0最新版本安装详细教程
    • 手把手教你安装Windows版本的Tensorflow
    • win10系统Anaconda和Pycharm的Tensorflow2.0之CPU和GPU版本安装教程
    上一篇:python爬虫scrapy基本使用超详细教程
    下一篇:Python 的 f-string 可以连接字符串与数字的原因解析
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    安装不同版本的tensorflow与models方法实现 安装,不同,版本,的,tensorflow,