yeyupiaoling / PPASR

基于PaddlePaddle实现端到端中文语音识别,从入门到实战,超简单的入门案例,超实用的企业项目。支持当前最流行的DeepSpeech2、Conformer、Squeezeformer模型
Apache License 2.0
797 stars 131 forks source link

RTX30系的显卡只支持CUDA11,不能使用CUDA10.2的话,请问有什么11以上的版本支持本项目吗? #129

Closed PING-An32 closed 1 year ago

PING-An32 commented 1 year ago

0c52da66b2ca08a9db93c5de1c05865 c3575837a19798486a72f8a7ee50fa9 能跑通的是我使用10.2的,直接退出的是使用了RTX3090,考虑到后期训练问题,需要使用cuda11以上版本

PING-An32 commented 1 year ago

亲测使用CUDA11.2和cudnn8.2.1可用 paddlepaddle版本的conda下载为: conda install paddlepaddle-gpu==2.4.1 cudatoolkit=11.2 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ -c conda-forge