How to extract data from training progress window?
显示 更早的评论
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 个评论
Chen Liying
2022-8-19
[net, info] = trainNetwork(XTrain,YTrain,layers,options);
info may include your information.
Bram Stegeman
2022-8-19
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!