Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ubuntu 20.04
CUDA 11.2
cudnn 8.1.1
paddlepaddle-gpu 版本:2.3.0.post112
python 3.8
安装完成之后测试:
import paddle
paddle.utils.run_check()
报错:
OSError: (External) CUBLAS error(7).
[Hint: 'CUBLAS_STATUS_INVALID_VALUE'. An unsupported value or parameter was passed to the function (a negative vector size, for example). To correct: ensure that all the parameters being passed have valid values. ] (at /paddle/paddle/phi/backends/gpu/gpu_context.cc:424)
求教是什么原因?
Beta Was this translation helpful? Give feedback.
All reactions