필터 지우기
필터 지우기

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

조회 수: 4 (최근 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 CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by