How to set the number of iterations in RCNN, Fast RCNN or Faster RCNN?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have trained R-CNN network models on a custom dataset and got the results as expected in the end. But I couldn't find where to set the number of iterations before starting the train process and the training continues without any sign of when it's going to stop. Is there a way to set the number of iterations beforehand, so it would stop after specified steps?
0 Commenti
Risposte (1)
Simon MADEC
il 30 Ago 2017
With the number of Epoch
options = trainingOptions('MaxEpochs',8)
0 Commenti
Vedere anche
Categorie
Scopri di più su Point Cloud Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!