How to solve "Unexpected error calling cuDNN: CUDNN_STAT​US_EXECUTI​ON_FAILED.​" error?

8 ビュー (過去 30 日間)
Hello mathworks team,
Iam using NVIDIA RTX A4000 GPU and Matlab 2018b version
As part of learning I have taken the example of Transfer learning using alexnet from matlab documentation. I used the same example they have given but at training the network Iam getting an error.
netTransfer = trainNetwork(augimdsTrain,layers,options);
ERROR:Error using trainNetwork (line 150)
Unexpected error calling cuDNN: CUDNN_STATUS_EXECUTION_FAILED.
Error in alexnet_test_matlabexample (line 57)
netTransfer = trainNetwork(augimdsTrain,layers,options);
and, after I have given some more inputs provided in this below link
try
nnet.internal.cnngpu.reluForward(1);
catch ME
end
parpool('local', gpuDeviceCount);
spmd
try, nnet.internal.cnngpu.reluForward(1); catch ME, end
end
still I am getting same error. please help me in this regard.

採用された回答

Joss Knight
Joss Knight 2023 年 8 月 11 日
The Ada GPU architecture is not supported in R2018b. You need to upgrade MATLAB. You should have received a warning about this when you first started using the device.
  1 件のコメント
santhosh kumar buddepu
santhosh kumar buddepu 2023 年 8 月 13 日
Thank you sir, I have installed 2022a version, now the problem is solved

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by