what are the iterations for each epoch?

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?

Respuestas (1)

Adarsh Chitradurga Achutha
Adarsh Chitradurga Achutha el 10 de Dic. de 2021

0 votos

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

Productos

Versión

R2021b

Preguntada:

el 4 de Dic. de 2021

Respondida:

el 10 de Dic. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by