stop training model in matlab
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I train faster R-CNN with ten epochs, so how can I stop the model training and It did not finish with ten epochs?
0 Kommentare
Antworten (1)
Nitin Kapgate
am 17 Dez. 2020
You can use trainingOptions function (network training options) to specify the maximum number of epochs (10) using the 'MaxEpochs' name-value pair option.
The value of 'MaxEpochs' is set to 30 by default.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!