Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About RealTime FCOS #34

Closed
lkevinzc opened this issue Apr 20, 2020 · 5 comments
Closed

About RealTime FCOS #34

lkevinzc opened this issue Apr 20, 2020 · 5 comments

Comments

@lkevinzc
Copy link

Hi there!

The FCOS-RT is really amazing! Thanks for the work!

A quick question regarding its configuration:MS_DLA_34_4x_syncbn.yaml:
The solver is set up like this:
SOLVER: STEPS: (300000, 340000) MAX_ITER: 360000

I just noticed that while 360K is 4x of 90K in the vanilla setting, 300K and 340K are not 4x of 60K and 80K.

Is there any particular reason for such two lr dropping points?

Looking forward to your reply!

Thanks!

@tianzhi0549
Copy link
Member

@lkevinzc these changing points are chosen by following https://arxiv.org/abs/1811.08883.

@lkevinzc
Copy link
Author

@tianzhi0549 Oh I see, "reduce the learning rate by 10× in the last 60k and last 20k iterations respectively, no matter how many total iterations"!

So I previously misunderstood the setting.

Thank you so much for pointing out!

@lkevinzc
Copy link
Author

lkevinzc commented Jun 6, 2020

@lkevinzc these changing points are chosen by following https://arxiv.org/abs/1811.08883.

Hi there~ Sorry for raising new questions under this old closed issue.

I am wondering why you chose sync_bn and bn for training the RT-FCOS? Will GN work better for smaller batch size?

Thanks!

@tianzhi0549
Copy link
Member

@lkevinzc Using GN in the backbone needs to pre-train the backbone (with GN) on ImageNet again.

@lkevinzc
Copy link
Author

lkevinzc commented Jun 7, 2020

@lkevinzc Using GN in the backbone needs to pre-train the backbone (with GN) on ImageNet again.

Thank you so much for your prompt and helpful reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants