美文网首页
【TensorFlow】自学笔迹 | TensorFlow安

【TensorFlow】自学笔迹 | TensorFlow安

作者: 自动化丶智能小巫师 | 来源:发表于2018-04-19 13:23 被阅读0次
TensorFlow安装
TensorFlow版本
  • CPU:中央处理器
  • GPU:图形处理器(需要显卡)
TensorFlow安装
  1. virtualenv
  2. pip
  3. docker
  4. anaconda
  5. 源代码编译

推荐使用pip:安装pip ---> 安装TensorFlow ---> 检测安装

安装:pip install 包名
卸载:pip uninstall 包名

(1)下载pip、python3.6
(2)安装TensorFlow命令:pip3 install --upgrade tensorflow
(3)验证输入import tensorflow

TensorFlow安装成功!

相关文章

网友评论

      本文标题:【TensorFlow】自学笔迹 | TensorFlow安

      本文链接:https://www.haomeiwen.com/subject/mflwkftx.html