Replies: 1 comment 2 replies
-
@dqawami haven't observed that exact behaviour here, sometimes in early stages of training are a bit unstable, especially with small batch sizes... ultimately it's the end result that matters though. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm currently working on an EfficientDet implementation for mmdetection that uses this repo as a reference. While training efficientdet-d0, I noticed that after 5-10 epochs, the AP values drop drastically and stay that way for about 20 epochs. Afterwards the AP results start increasing again. After testing different configurations, I believe it's an issue with my HeadNet implementation. I haven't replicated the issue when training using this repo, so I was curious if this trend is what is expected, or if this issue has a known solution. Any and all feedback is appreciated (whether it be for this issue or my implementation in general). Thanks in advance!
Link to the repo: https://github.com/dqawami/mmdetection/tree/feature/ik/efficientdet
Link to the HeadNet file: https://github.com/dqawami/mmdetection/blob/feature/ik/efficientdet/mmdet/models/dense_heads/headnet.py
Beta Was this translation helpful? Give feedback.
All reactions