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

2 vues (au cours des 30 derniers jours)
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 commentaire
Yunyu Hu
Yunyu Hu le 9 Mar 2020
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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by