hardware resources for training deep neural network
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Andrea Bonfante
il 10 Feb 2020
Commentato: shivan artosh
il 5 Ott 2020
Hello,
I would like to perform training using multiple CPU, for each call of the function trainNetwork().
According to the documentation, I have specified in ExecutionEnvironment = 'parallel'; to use the local parallel pool.
However, during training, the current trace appears "Training on single CPU", which I suppose indicates that is using only one CPU.
Is it supported multiple CPU training? If so, do you have any suggestion on how to modify the parameters to support multiple CPU training?
Is there any conflict with parfor instruction?
Thanks in advance for your help.
All the best.
0 Commenti
Risposta accettata
Srivardhan Gadila
il 13 Feb 2020
3 Commenti
Srivardhan Gadila
il 5 Mag 2020
I would suggest you to set ExecutionEnvironment = 'parallel' in trainingOptions and train the network instead of parfor.
shivan artosh
il 5 Ott 2020
Hello Mr.
i need to use multiple CPU instead of hardware resource: single CPU in order to speed the network up, so do you have any suggestion for me?
thanks
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Parallel and Cloud in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!