フィルターのクリア

neural network parallel error

1 回表示 (過去 30 日間)
Xiangming
Xiangming 2013 年 8 月 11 日
Hi all,
I'm trying to use the parallel neural network training method. However, I got such error:
Starting matlabpool using the 'local' profile ... connected to 4 labs.
Error using trainbr (line 106)
Error weights EW is not a matrix or cell array.
Error in network/train (line 106)
[net,tr] = feval(net.trainFcn,net,X,T,Xi,Ai,EW,net.trainParam);
Error in do_ts_prediction_sep (line 141)
[net,tr] = train(net,inputs,targets,inputStates,layerStates,'useParallel','yes');
The code runs with no error when not using parallel method.
Any ideas?
Thank you so much.
Best,
Xiangming

回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by