error when using multi-gpu option for trainingNetwork

조회 수: 2 (최근 30일)
Wonsup Lee
Wonsup Lee 2018년 8월 8일
편집: Wonsup Lee 2019년 1월 29일
I've stuck with this problem for more than a month. In 'trainingOptions', 'gpu' is working for 'ExcutionEnvironment', but 'multi-gpu' is not working and showing the following error!
Parallel training of recurrent networks is not supported. 'ExecutionEnvironment' value in trainingOptions function must be 'auto', 'gpu', or 'cpu'.
I have two GPUs. If I check 'gpuDevice', I can see both GPUs. Also, I have Parallel Computing Toolbox, but I don't know what should I change in that toolbox in order to use the multi-gpu option.
Thank you so much in advance for your effort to help my problem!! W

채택된 답변

Joss Knight
Joss Knight 2018년 8월 8일
You have a recurrent network. So you have a network with a SequenceInputLayer and at least one LSTM layer. For these networks, multi-gpu training is not yet supported. Sorry.
  댓글 수: 1
Wonsup Lee
Wonsup Lee 2018년 8월 12일
편집: Wonsup Lee 2019년 1월 29일
Hi Joss, Thank you for the notification. Hope the multi-gpu option is soon possible for LSTM! Regards, W

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Parallel and Cloud에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by