plotting the training progress curve in Matlab

2 vues (au cours des 30 derniers jours)
Hana Ahmed
Hana Ahmed le 10 Nov 2021
Commenté : Hana Ahmed le 10 Nov 2021
I have finished training a deep learning model, but unfortunately I forgot to save the curve which shows the training and validation progress. Could you please help me plotting this curve from the saved workspace in Matlab?
The commands I used to save the trained model are:
net=trainNetwork(augimdsTrain,lgraph,options);
save net
  4 commentaires
KSSV
KSSV le 10 Nov 2021
I don't think that you can plot it now. The saved net contains only the last weights which have satisfied your fed criteria.
Hana Ahmed
Hana Ahmed le 10 Nov 2021
@KSSV Thanks a lot for your help. I will retrain the network from the beginning.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by