When I want to train Fully convolutional neural network, I have the following error
1 view (last 30 days)
Show older comments
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.
Answers (1)
Joss Knight
on 18 Dec 2022
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 Comments
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!