When I want to train Fully convolutional neural network, I have the following error
조회 수: 2 (최근 30일)
이전 댓글 표시
Error using trainNetwork (line 154)
Unexpected error calling cuDNN: CUDNN_STATUS_BAD_PARAM.
Error in Essai_example (line 154)
net = trainNetwork(trainingData,lgraph,options);
Caused by:
Error using nnet.internal.cnngpu.convolveForward2D
Unexpected error calling cuDNN: CUDNN_STATUS_BAD_PARAM.
답변 (1개)
Joss Knight
2022년 12월 18일
I suspect your best bet here is to upgrade MATLAB to a more recent version. Many of these bugs will be fixed with newer versions of the NVIDIA libraries.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!