zero mAPs in the first 5 epochs #198
Unanswered
sandylaker
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@sandylaker If you have EMA enabled that's expected, and will likely remain like that for 30-100 epochs depending on the decay constant. If you do not have ema enabled then something is likely wrong. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I tried to train efficientdet_d1 on COCO dataset from scratch. Here are my settings:
I also modified the train.py to enable monitoring the classification and regression losses. Although the losses kept decreasing in the first 5 epochs, the mAPs on validation set were near 0 all the time. Have you also observed this issue? Is it normal?
Beta Was this translation helpful? Give feedback.
All reactions