How to stop training using command window??

14 ビュー (過去 30 日間)
moustafa
moustafa 2013 年 1 月 8 日
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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by