Regenerating training verbose table from saved traininfo

조회 수: 12 (최근 30일)
Teo
Teo 2021년 12월 10일
댓글: Teo 2021년 12월 13일
hi,
i trying to regenerate verbose table as shown below from the traininfo that i saved earlier after finish running the model.
However, when i treid to tabulate the data from traininfo using struct2table i get the following table which is completely different from original verbose table that we got after finish training the model in matlab.
Hope someone could share some help on contructing the same verbose table as the shown in the first figure. Thank you very much.

채택된 답변

yanqi liu
yanqi liu 2021년 12월 13일
yes,sir,if you want save the command information,may be use
diary(log);
diary on;
run your code
diary off;
finally,you will get log file,it save the command information
  댓글 수: 7
yanqi liu
yanqi liu 2021년 12월 13일
yes,sir,the loss NaN is common during train steps
may be the input data、learn rate and so on
for more information,may be check
https://stackoverflow.com/questions/56218256/nan-values-in-loss-in-keras-model#:~:text=If%20you%20are%20getting%20NaN%20values%20in%20loss%2C,function%20domain%2C%20then%20determine%20what%20those%20inputs%20are.
Teo
Teo 2021년 12월 13일
Thank you very much @yanqi liu for your explaination. It helps a lot.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by