How to save the accuracy and loss of every batch in deep learning?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
neal paze
el 11 de Dic. de 2021
Respondida: Chunru
el 11 de Dic. de 2021
I want to save the accuracy and loss of every batch in deep learning.It appears in command window as result .
0 comentarios
Respuesta aceptada
Chunru
el 11 de Dic. de 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
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!