what are the iterations for each epoch?
8 ビュー (過去 30 日間)
古いコメントを表示
I am working on training a faster RCNN but for each epoch it goes multiple iterations, what are these iterations and how can i adjust them?
0 件のコメント
回答 (1 件)
Adarsh Chitradurga Achutha
2021 年 12 月 10 日
In an iteration one minibatch of data is used to update network parameters. In one epoch training process passes through all the training data.
To change these settings change the training options used in trainNetwork. The documentation for trainingOptions explains the different input paramters used while training
Regards,
Adarsh
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!