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

3 次查看(过去 30 天)
I want to save the accuracy and loss of every batch in deep learning.It appears in command window as result .

采纳的回答

Chunru
Chunru 2021-12-11
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by