what are the iterations for each epoch?

8 Ansichten (letzte 30 Tage)
Noor Moqayied
Noor Moqayied am 4 Dez. 2021
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?

Antworten (1)

Adarsh Chitradurga Achutha
Adarsh Chitradurga Achutha am 10 Dez. 2021
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

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by