Deep Network Designer Early Stopping

63 views (last 30 days)
How do i setup a stop operation for a pre-trained network (in deep network desinger app) once a performance plateau has been achieved ?

Accepted Answer

Philip Brown
Philip Brown on 21 Jun 2021
You can use the ValidationPatience setting in trainingOptions (doc page).
In Deep Network Designer, on the "Training" tab, open the "Training Options" dialog. Under the "Advanced" options, set the ValidationPatience. I'd try a value something like 5. This turns on automatic validation stopping.

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows 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!