stop training model in matlab
Mostrar comentarios más antiguos
I train faster R-CNN with ten epochs, so how can I stop the model training and It did not finish with ten epochs?
Respuestas (1)
Nitin Kapgate
el 17 de Dic. de 2020
0 votos
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.
Categorías
Más información sobre Object Detection en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!