필터 지우기
필터 지우기

Failed to start a parallel pool in MATLAB 2019b

조회 수: 130 (최근 30일)
Zelalem
Zelalem 2019년 11월 22일
답변: Ed Mitchell 2022년 9월 16일
I'm not sure why I keep getting the following error when I tried to train my network
Training on single GPU.
Initializing input data normalization.
Starting parallel pool (parpool) using the 'local' profile ...
Error using trainNetwork (line 170)
Parallel pool failed to start with the following error. For more detailed information, validate the profile 'local' in
the Cluster Profile Manager.
Error in PrototypicalClassificationNetwork/train (line 200)
obj.net = trainNetwork(dataStore, layers, options);
Caused by:
Error using parpool (line 113)
Parallel pool failed to start with the following error. For more detailed information, validate the profile
'local' in the Cluster Profile Manager.
Error using parallel.internal.pool.InteractiveClient>iThrowWithCause (line 668)
Failed to initialize the interactive session.
Error using parallel.internal.pool.InteractiveClient>iThrowIfBadParallelJobStatus (line 781)
The interactive communicating job failed with no message.
>>

채택된 답변

Ed Mitchell
Ed Mitchell 2022년 9월 16일
If you are having issues with starting a parallel pool on the local scheduler, the following MATLAB Answers post contains the most comprehensive troubleshooting steps.
https://www.mathworks.com/matlabcentral/answers/92124-why-am-i-unable-to-use-parpool-with-the-local-scheduler-or-validate-my-local-configuration-of-parall

추가 답변 (1개)

Bhargavi Maganuru
Bhargavi Maganuru 2019년 11월 26일
  댓글 수: 6
Long Meng
Long Meng 2021년 1월 5일
Very helpful
Matlab 2019b
Xingya Tsai
Xingya Tsai 2021년 1월 16일
It works for me, Thanks!
matlab 2020b

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

카테고리

Help CenterFile Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by