フィルターのクリア

How to set the number of iterations in RCNN, Fast RCNN or Faster RCNN?

2 ビュー (過去 30 日間)
Hadi Ghahremannezhad
Hadi Ghahremannezhad 2017 年 8 月 5 日
回答済み: Simon MADEC 2017 年 8 月 30 日
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?

回答 (1 件)

Simon MADEC
Simon MADEC 2017 年 8 月 30 日
With the number of Epoch
options = trainingOptions('MaxEpochs',8)

Community Treasure Hunt

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

Start Hunting!

Translated by