How to stop training using command window??

1 次查看(过去 30 天)
I'm using matlabpool to speed up computations. the issue is, while using
net.trainParam.showWindow = true;
net.trainParam.showCommandLine = true;
net.trainParam.show= 5;
[net,tr] = train(net,inputs,targets,'useParallel','yes','showResources','yes');
there is NO training window appear, so, i cant see plot functions neither stop button.
what if i want to stop the training using command window? and if i want to show some plots while training, what should i do?
using matlab 2012.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sequence 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