필터 지우기
필터 지우기

what are the iterations for each epoch?

조회 수: 1 (최근 30일)
Noor Moqayied
Noor Moqayied 2021년 12월 4일
답변: Adarsh Chitradurga Achutha 2021년 12월 10일
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?

답변 (1개)

Adarsh Chitradurga Achutha
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

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by