Failed to start a parallel pool in MATLAB 2019b
Ältere Kommentare anzeigen
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.
>>
Akzeptierte Antwort
Weitere Antworten (1)
Bhargavi Maganuru
am 26 Nov. 2019
1 Stimme
There is a similar question which may be of relevance to you
6 Kommentare
Zelalem
am 26 Nov. 2019
Dominik Röhr
am 22 Mär. 2020
Having the same issue. On several PCs under our university liscense actually.
Hopeing for someone to publish a solution that helps.
Bhargavi Maganuru
am 27 Mär. 2020
Try running the following commands in the MATLAB Command Window:
restoredefaultpath
savepath
Once done, restart MATLAB and then try to start a parallel pool again. If there is an error in accessing the file:
C:\Program Files\MATLAB\R2016b\toolbox\local\pathdef.m, then delete the pathdef.m file so that on execution of the command, the file gets recreated.
thu nguyen
am 11 Aug. 2020
It works for me, with Matlab R2017b.
Long Meng
am 5 Jan. 2021
Xingya Tsai
am 16 Jan. 2021
It works for me, Thanks!
matlab 2020b
Kategorien
Mehr zu Parallel Computing Fundamentals finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!