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

9 Ansichten (letzte 30 Tage)
I want to save the accuracy and loss of every batch in deep learning.It appears in command window as result .

Akzeptierte Antwort

Chunru
Chunru am 11 Dez. 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

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by