How to save the accuracy and loss of every batch in deep learning?

3 ビュー (過去 30 日間)
neal paze
neal paze 2021 年 12 月 11 日
回答済み: Chunru 2021 年 12 月 11 日
I want to save the accuracy and loss of every batch in deep learning.It appears in command window as result .

採用された回答

Chunru
Chunru 2021 年 12 月 11 日
Check out the "train" command you use. For example "doc train".
You can include the train record as your output such as:
[trainedNet,tr] = train(net,X,T,Xi,Ai,EW)
% tr -> train record which contains necessary/specified info

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by