tensorflow不同版本安装与升级/降级
首先,可以安装一个anaconda。然后使用python的pip可以安装特定版本的tensorflow,比如pip install tensorflow-gpu==1.1.0升级到最新:GPU版本:pipinstall--upgradetensorflow-gpuCPU版本:pipinstall--upgradetenso
首先,可以安装一个anaconda。
然后使用python的pip可以安装特定版本的tensorflow,比如
pip install tensorflow-gpu==1.1.0
升级到最新:
GPU版本:
pip install --upgrade tensorflow-gpu
CPU版本:
pip install--upgrade tensorflow
==============如何查看当前tensorflow版本:
python
import tensorflow as tf
tf.__version__
查询tensorflow安装路径为:
tf.__path__
Ref:
http://blog.csdn.net/u011961856/article/details/76861052
https://www.zhihu.com/question/62481252
http://blog.csdn.net/u010682375/article/details/72587962
昇腾计算产业是基于昇腾系列(HUAWEI Ascend)处理器和基础软件构建的全栈 AI计算基础设施、行业应用及服务,https://devpress.csdn.net/organization/setting/general/146749包括昇腾系列处理器、系列硬件、CANN、AI计算框架、应用使能、开发工具链、管理运维工具、行业应用及服务等全产业链
更多推荐


所有评论(0)