plotting the training progress curve in Matlab

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
KSSV 2021 年 11 月 10 日
[net,info] = trainNetwork(augimdsTrain,lgraph,options);
info would carry the information you wanted.
Hana Ahmed
Hana Ahmed 2021 年 11 月 10 日
編集済み: Hana Ahmed 2021 年 11 月 10 日
@KSSV But info is not saved in the workspace. Do you mean that I need to retrain the network? This will take about two days.
Is there any to plot the training/validation curve without retraining the network?
KSSV
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.
Hana Ahmed
Hana Ahmed 2021 年 11 月 10 日
@KSSV Thanks a lot for your help. I will retrain the network from the beginning.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

リリース

R2019a

タグ

質問済み:

2021 年 11 月 10 日

コメント済み:

2021 年 11 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by