Info
此问题已关闭。 请重新打开它进行编辑或回答。
training of time delay neural network frozen at start
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I'm creating and training network only from command windows and scripts. I have set these parameters:
net.trainParam.showWindow=false;
net.trainParam.showCommandLine=true;
Sometimes, at the beginning of the training, it keeps frozen at the message:
Training Time Delay Neural Network with 'trainingFcn'.
I have the same issue (only occasionally,1/30) with several training functions: trainlm, trainbr, etc.
The nets are created with random values within certain limits. For now, I have max 3 hidden layers with max 3 nodes per layer, training in 1400 length concurrent data, with 3 inputs. All this in R2018a in ubuntu 18.04
I also have defined:
net.trainParam.time=60*5;
But when stuck, it doesn't seem to matter.
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!