How to get train accuracy and loss data during CNN training process? (image classification).

5 views (last 30 days)
I have finished my CNN training and plotted using trainNetwork. I plans to export the training process data. Can I do this? Please help me!
Thank you~

Accepted Answer

Matt J
Matt J on 22 Apr 2022
The info output should contain that.
[net,info] = trainNetwork(___)

More Answers (0)

Categories

Find more on Get Started with Deep Learning Toolbox in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!