deeplearning Matlab is not compatible with graphics card
古いコメントを表示
i use parallel.gpu.enableCUDAForwardCompatiblity function. but i found when network input size is 1*400*1,train samples number is 16800.batchsize even 1000,i can train,and get a good result.but the other network,input is 1*60*1,when batchsize maybe over 256,than network be very wrose.acc is 1/(number of class).ie i have 4 clsass,then is 25%.batchsize lower 256,nertwork works very well. when input is 50*64*1,then any batchsize is wrose.
my matlab is 2020b.graphics card is 3090.
回答 (1 件)
Joss Knight
2021 年 1 月 10 日
0 投票
As explained in the documentation, both for CUDA support and for the enableForwardCompatibility function, "Enabling forward compatibility can result in wrong answers and unexpected behavior during GPU computations".
カテゴリ
ヘルプ センター および File Exchange で Parallel and Cloud についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!