栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

cuda11.0 + cudnn8.0.5 + anaconda + pytorch + tensorflow

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

cuda11.0 + cudnn8.0.5 + anaconda + pytorch + tensorflow

1、conda安装 https://blog.csdn.net/qq_41101213/article/details/115469136

2、cuda 11.0安装
3、cudnn 8.0.5解压安装

一、验证cuda 安装成功

命令1 nvcc -V

命令2 nvidia-smi


二、torchversion 1.7.1

命令 conda install pytorch torchvision torchaudio cudatoolkit 11.0 -c pytorch -c conda-forge

验证
python
import torch
print( torch.__version__ )
print( torch.cuda.is_available() )
print( torch.cuda.device_count() )


三、tensorflow-gpu 2.4.0


版本参考 https://tensorflow.google.cn/install/source_windows#gpu

命令
此处安装时需要关闭代理
pip install tensorflow-gpu 2.4.0

conda search tensorflow-gpu 安装失败 无2.4.0

验证
python
import tensorflow as tf

print(tf.version.VERSION)
print(tf.test.is_built_with_cuda()) 
print(tf.test.is_gpu_available())

四、查看cuda和cudnn

torch.version.cuda
torch.backends.cudnn.version()
torch.cuda.get_device_name()


 

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/266984.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号