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에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!