zoukankan      html  css  js  c++  java
  • anacodna/python 安装 tensorflow

    study from :

    https://www.cnblogs.com/HongjianChen/p/8385547.html

    执行1-6

    7 安装jupyter

    每次使用tensorflow,都要事先activate tensorflow来启动tensorflow

    pip install --upgrade --ignore-installed tensorflow

    安装时间较长,有可能出现刚开始出现网络问题,重新再试一遍就行

    更快一点的操作

    Cache entry deserialization failed, entry ignored

    用管理员权限打开anaconda prompt

    (study from : https://blog.csdn.net/shanpenghui/article/details/80564268)

    tensorflow只不支持python 3.7,所以要使用python 3.6

    anaconda内含python,不需要单独安装python

    ---恢复内容结束---

    study from :

    https://www.cnblogs.com/HongjianChen/p/8385547.html

    执行1-6

    pip install --upgrade --ignore-installed tensorflow

    安装时间较长,有可能出现刚开始出现网络问题,重新再试一遍就行

    更快一点的操作

    Cache entry deserialization failed, entry ignored

    用管理员权限打开anaconda prompt

    (study from : https://blog.csdn.net/shanpenghui/article/details/80564268)

    tensorflow只不支持python 3.7,所以要使用python 3.6

    anaconda内含python,不需要单独安装python

  • 相关阅读:
    委托示例一则
    JQuery学习笔记(3)JQuery中的DOM操作
    JQuery学习笔记(2)JQuery选择器
    把.net的web开发补起来,徐图之
    今天把swagger补了一下
    Azure Cosmos DB Core (SQL)
    wcf callback channel问题多多
    gitlab安装
    Kubernetes
    搜索功能实现
  • 原文地址:https://www.cnblogs.com/cmyg/p/10756745.html
Copyright © 2011-2022 走看看