You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I looked at source files in detectron2, and still I don't understand what it does when cfg.SOLVER.MAX_ITER is bigger than the length of train loader. What will happen if it iterate over all training data and there's still some iteration left? will it start again from the beginning of the train loader again?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I looked at source files in detectron2, and still I don't understand what it does when cfg.SOLVER.MAX_ITER is bigger than the length of train loader. What will happen if it iterate over all training data and there's still some iteration left? will it start again from the beginning of the train loader again?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions