Effacer les filtres
Effacer les filtres

How to save the accuracy and loss of every batch in deep learning?

4 vues (au cours des 30 derniers jours)
neal paze
neal paze le 11 Déc 2021
Réponse apportée : Chunru le 11 Déc 2021
I want to save the accuracy and loss of every batch in deep learning.It appears in command window as result .

Réponse acceptée

Chunru
Chunru le 11 Déc 2021
Check out the "train" command you use. For example "doc train".
You can include the train record as your output such as:
[trainedNet,tr] = train(net,X,T,Xi,Ai,EW)
% tr -> train record which contains necessary/specified info

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox 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