how to save the NN training result properly so that next time using "nntraintool" can reload the old history

조회 수: 2 (최근 30일)
Hello,
after training a NN model, when I close the GUI nntraintool and reopen it again, it will load automatically the training procedure and result data again.
But although I saved the workspace, but when I close matlab and reload the space, and open nntraintool, it can not load the training procedure and data.
How can I save the data correctly so that next time when I open nntraintool it will show me the same view as after the training?
Thanks
  댓글 수: 1
Yunyu Hu
Yunyu Hu 2020년 3월 9일
I found some turn around solution.
if I do
[net, tr] = train(net, x, t);
plottrainstate(tr)
It will give me the plots as in the nntrailtool.

댓글을 달려면 로그인하십시오.

답변 (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