欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

安装tensorflow

程序员文章站 2022-07-06 21:48:34
...

配置一个虚拟环境以便存储tensorflow;

conda create -n tensorflow python=3.6 numpy

运行时会提示更新conda;

安装tensorflow

选择y即可;

安装tensorflow

**tensorflow;

activate tensorflow

开始安装tensorflow(一定要注意与cuda、cudnn版本对应);

pip install tensorflow-gpu==1.13.1

等待下载完成即可

安装tensorflow

上一篇: Tensorflow安装

下一篇: tensorflow安装