필터 지우기
필터 지우기

How to extract data from training progress window?

조회 수: 2 (최근 30일)
Bram Stegeman
Bram Stegeman 2022년 4월 21일
댓글: Bram Stegeman 2022년 8월 19일
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
Chen Liying 2022년 8월 19일
[net, info] = trainNetwork(XTrain,YTrain,layers,options);
info may include your information.
Bram Stegeman
Bram Stegeman 2022년 8월 19일
Thank you!

댓글을 달려면 로그인하십시오.

답변 (0개)

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by