stop training model in matlab

3 visualizaciones (últimos 30 días)
lana hamad
lana hamad el 7 de Dic. de 2020
Respondida: Nitin Kapgate el 17 de Dic. de 2020
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
Nitin Kapgate el 17 de Dic. de 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.
You can refer to this example to learn more about setting up different network training options.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by