yeyupiaoling / PaddlePaddle-DeepSpeech

基于PaddlePaddle实现的语音识别,中文语音识别。项目完善,识别效果好。支持Windows,Linux下训练和预测,支持Nvidia Jetson开发板预测。
https://yeyupiaoling.blog.csdn.net/article/details/102904306
Apache License 2.0
667 stars 145 forks source link

Bug请教:`CUBLAS_STATUS_NOT_INITIALIZED` #63

Closed psuu0001 closed 3 years ago

psuu0001 commented 3 years ago

Traceback (most recent call last): File "infer_path.py", line 40, in use_tensorrt=args.use_tensorrt, enable_mkldnn=args.enable_mkldnn) File "/PaddlePaddle-DeepSpeech-release-1.0/utils/predict.py", line 68, in init self.predict(warmup_audio_path) File "/PaddlePaddle-DeepSpeech-release-1.0/utils/predict.py", line 93, in predict self.audio_data_handle.copy_from_cpu(audio_data) OSError: (External) Cublas error, CUBLAS_STATUS_NOT_INITIALIZED. The cuBLAS library was not initialized. 请问这个bug是哪里来的呢

yeyupiaoling commented 3 years ago

这应该是CUDA的错误?可能是你的版本没有对应上。