plotting the training progress curve in Matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
I have finished training a deep learning model, but unfortunately I forgot to save the curve which shows the training and validation progress. Could you please help me plotting this curve from the saved workspace in Matlab?
The commands I used to save the trained model are:
net=trainNetwork(augimdsTrain,lgraph,options);
save net
댓글 수: 4
KSSV
2021년 11월 10일
I don't think that you can plot it now. The saved net contains only the last weights which have satisfied your fed criteria.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!