Parallel Computing to Train NARX

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

Yu Huang
Yu Huang 2015년 4월 8일
I think this is due to very large data set that I use to train and simulate the NARX. Could you please help me on how to divide the data sets into Composites? I tried, failed. Could you please give me some examples?

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

답변 (1개)

Diogo Goncalves
Diogo Goncalves 2016년 3월 16일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2015년 4월 8일

답변:

2016년 3월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by