Parallel Computing to Train NARX
Mostra commenti meno recenti
Hi,
I am using Matlab 2015a with license for Neural Networks and Parallel Computing toolboxs.
I have been using NARX for a few years. I want to use parallel computing to training my NARX. But, when I run the train function with "useParallel", "yes", there is only 1 worker on MEX WIN64. All other 11 workers are "not used". I have a server with 12 cores (2xCPUs).
How I can put all the workers to the MEX to have parallel training with all CPU cores for NARX?
Really looking forward to your answer! Thanks. Baker Huang (Yu)
1 Commento
Yu Huang
il 8 Apr 2015
Risposte (1)
Diogo Goncalves
il 16 Mar 2016
0 voti
I think you should check the parallel pool set in your matlab. If you have it default you should change manually like: http://www.mathworks.com/help/distcomp/parpool.html
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!