You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
系统报错:
CUDNN_STATUS_NOT_INITIALIZED'. The cuDNN library was not initialized properly. This error is usually returned when a call to cudnnCreate() fails or when cudnnCreate() has not been called prior to calling another cuDNN routine. In the former case, it is usually due to an error in the CUDA Runtime API called by cudnnCreate() or by an error in the hardware setup
运行 示例程序-自动标注:
python applications/Automatic_label/automatic_label.py
系统报错:
CUDNN_STATUS_NOT_INITIALIZED'. The cuDNN library was not initialized properly. This error is usually returned when a call to cudnnCreate() fails or when cudnnCreate() has not been called prior to calling another cuDNN routine. In the former case, it is usually due to an error in the CUDA Runtime API called by cudnnCreate() or by an error in the hardware setup
具体信息如下:
运行环境:
win10
python 3.8
paddle2onnx 1.0.6
paddleaudio 1.1.0
paddlefsl 1.1.0
paddlehub 2.4.0
paddlemix 0.1.0 D:\Python\projects\PaddleMIX\PaddleMIX-2.0.0
paddlenlp 2.7.2 D:\Python\projects\PaddleNLP\PaddleNLP-2.7.2
paddlepaddle-gpu 3.0.0b1
paddlesde 0.2.5
paddleslim 2.6.0
paddlespeech 1.4.1
paddlespeech-feat 0.1.0
ppdiffusers 0.24.1 d:\python\projects\paddlemix\paddlemix-2.0.0\ppdiffusers
torch 2.4.0+cu118
torchaudio 2.4.0+cu118
torchvision 0.19.0+cu118
paddle是按照 https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/windows-pip.html 文档建议的版本安装的。
请教如何排查问题,谢谢。
The text was updated successfully, but these errors were encountered: