How to understand the maskRCNN config about the max_iter ? #4624
Unanswered
HuangChiEn
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.
-
it's hard to understand the config of maskrcnn :
Since, coco_2017_train have 118000 images in used during training, then how could this config valid ?
epoch = MAX_ITER * IMS_PER_BATCH / 118000
i try to figure out how many epoch will it run, but this equation seems can not be solved. It seems only run 12 epoch.
Any suggestion will be appreciated !!
Beta Was this translation helpful? Give feedback.
All reactions