If IMS_PER_BATCH increases, the overall training time will increase. Shouldn’t it be decreased? #3523
Unanswered
ahong007007
asked this question in
Q&A
Replies: 1 comment
-
IMS_PER_BATCH is literally how many images are going to be fed into a batch. Case 1: IMS_PER_BATCH=32, MAX_ITER=90000 Case 2: IMS_PER_BATCH=128, and you want the same setting as Case 1. To summarize, MAX_ITER should be scaled by 1/K if IMS_PER_BATCH increased xK. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
When I set IMS_PER_BATCH = 32, the training takes 2 days. When I set IMS_PER_BATCH = 128, the estimated training time takes 7 days, which feels very unreasonable, but other conditions have not changed, just change IMS_PER_BATCH。
Please tell me, how does IMS_PER_BATCH affect the total training time? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions