Borrar filtros
Borrar filtros

How to extract data from training progress window?

2 visualizaciones (últimos 30 días)
Bram Stegeman
Bram Stegeman el 21 de Abr. de 2022
Comentada: Bram Stegeman el 19 de Ag. de 2022
Hello,
I'm training a LSTM network with the machine learning toolbox (version 2021 b), see added printscreen.
I want to extract the following data from the training progress window:
  • iteration vs training accuracy
  • iteration vs validation accuracy
  • iteration vs training loss
  • iteration vs validation loss
Is there a way to extract this data into some variables?
Thanks in advance.
Bram
  2 comentarios
Chen Liying
Chen Liying el 19 de Ag. de 2022
[net, info] = trainNetwork(XTrain,YTrain,layers,options);
info may include your information.

Iniciar sesión para comentar.

Respuestas (0)

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by