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!