Why do I get the error "cuDNN failed to return a vaild plan for cudnnBackendExecute for convolution"?
조회 수: 3 (최근 30일)
이전 댓글 표시
I already install NV toolkits 11.8 and my laptop has NV RTX 4050 GPU device, how can I solve this error?


댓글 수: 0
답변 (1개)
Shlok
2025년 3월 7일
Hi,
I understand that you are encountering an error related to "cuDNN" when performing convolution operations. This issue can occur during training or inference (using "predict", "classify", or "activations") with a convolutional "dlnetwork" or "DAGNetwork". The error might arise when networks with particular input sizes perform convolution operations or when a convolution layer is followed by a ReLU layer.
This is a known bug in R2023a and has been reported in the following bug report:
To fix this, I would suggest updating to R2023a Update 3 or upgrading to R2023b, as this resolves the issue.
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 GPU Computing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!