Replies: 1 comment
-
So in fact mmdetection train API override the passed parameters by_epoch mmdetection/mmdet/apis/train.py Line 227 in e71b499 is this line needed to prevent some bad behaviour ? |
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.
-
How to perform evaluation multiple time per epoch ?
In other mmlab codebase, we case specify in evaluation form the config file, by_epoch=False and set interval=500 to evaluate every 500 iterations.
But mmdetection implement another version of evalHook, which dont seems to support this features. Is it possible ?
Beta Was this translation helpful? Give feedback.
All reactions