error of GPU, net = trainNetwork(datastore, lgraph, options);
조회 수: 1 (최근 30일)
이전 댓글 표시
net = trainNetwork(datastore, lgraph, options);
in the options, ExecutionEnvironment = 'multi-gpu' (I have 2 GPUs)
When run above command, the error occurs like below.
Can you help me what happened?
댓글 수: 2
Angelo Yeo
2023년 11월 13일
This should be an issue of graphics, not solely of GPU. Can you please contact Technical Support regarding the issue?
채택된 답변
Joss Knight
2024년 1월 3일
You are using your display GPU for computation and it does not have enough capacity. Try disabling all hardware acceleration for your graphics.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 GPU Computing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!