美文网首页
Ubuntu+Anaconda+Tensorflow-gpu安装

Ubuntu+Anaconda+Tensorflow-gpu安装

作者: 是我真的是我 | 来源:发表于2020-07-01 20:25 被阅读0次

查看cuda版本(与tensorflow版本密切相关):nvcc -V
查看该版本可以安装的tf-gpu版本:https://blog.csdn.net/weixin_38419133/article/details/91359941

创建conda虚拟环境(这里是python3.6):conda create --name tf-gpu python==3.6
进入tf-gpu环境中安装(适配版本的)tensorflow-gpu:conda install tensorflow-gpu==1.5

相关文章

网友评论

      本文标题:Ubuntu+Anaconda+Tensorflow-gpu安装

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