Why detectron2 dont have epoch design ? #3334
Unanswered
lucasjinreal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Epoch can easily knows how many epoch need to train, but iterations is coupled with batchsize, if you set batchsize less, you may need longer iterations.
I recently found a serious problem of this design:
it seems iterations can not fully see all images in training set, not like epochs iteration all dataset every single epoch, but iterations might make some samples not be trained at all.
Beta Was this translation helpful? Give feedback.
All reactions