필터 지우기
필터 지우기

Disable Spacebar Command for Neural Network

조회 수: 2 (최근 30일)
Nathan L.
Nathan L. 2011년 6월 24일
I'm currently running massive batch jobs involving the training of a neural network. While the network is running, I find that pressing the space bar causes the network to accept the current classification as the outcome of that training exercise, and move on to the next set of data. Needless to say, this makes doing any sort of work or coding while the network is running incredibly difficult. Is there any way I can disable this command/shortcut?
Thanks.

답변 (1개)

Mark Hudson Beale
Mark Hudson Beale 2011년 9월 9일
You can turn off the training window (and therefore not have a stop button to accidentally trigger) with this command before calling TRAIN:
net.trainParam.showWindow = false;
If you would to enable command line feedback during training:
net.trainParam.showCommandLine = true;

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by