When I want to train Fully convolutional neural network, I have the following error
1 次查看(过去 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!