A problem when using "multi-gpu" as "ExecutionEnvironment" for training a CNN

조회 수: 3 (최근 30일)
Hello,
I am experiencing weird problems when I use the “multi-gpu” as the “ExecutionEnvironment” in the training option for training a CNN.
I only added the “multi-gpu” as the “ExecutionEnvironment” and changed the “MaxEpochs” to 50 in the training option.
I am using two of NVIDA RTX 2080 Ti 11GB from the same manufacturer (Galax). The two graphic cards are the same models from the same manufacturer.
In MATLAB R2020a, the CNN example works fine with faster training speeds when I use the “multi-gpu” as the “ExecutionEnvironment” in the training option. The training progress plot is attached below.
But in MATLAB R2022a, the training progress works really weird when I run the same code. The validation data curve goes high while the training data curve fluctuates at the middle and never goes up. The screenshot showing this is attached below.
And the validation accuracy in the command window after the training is also bad (63.92%) while the validation accuracy only in the training progress plot is good.
This issue also happens in other MATLAB versions later than R2020a. When I tested with a single GPU separately and individually, the training works fine.
Can anyone please help me with this issue? I need to use my two GPUs for the "multi-gpu" training in MATLAB R2022a for my work so I first need to fix this weird problem in the example.
I would appreciate any help. Thank you very much.

채택된 답변

Joss Knight
Joss Knight 2022년 8월 7일
편집: Joss Knight 2022년 8월 8일
Most likely this is this issue, which is fixed in the latest update to R2022a. You can also try downgrading your GPU drivers.
  댓글 수: 2
Hyung Joon
Hyung Joon 2022년 8월 8일
Thank you very much for your support. I uninstalled my Geforce driver (a 500 level version, probably quite recent one) and installed an older version (one of the 400 level versions). Then the "multi-gpu" now works!! I installed the MATLAB R2022a on July 21st. I think it was not the latest update. Thank you very much again for your help!!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by