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

Inconsistency in LR Schedule Between Paper and Code #24

Open
charon517-517 opened this issue Sep 6, 2024 · 0 comments
Open

Inconsistency in LR Schedule Between Paper and Code #24

charon517-517 opened this issue Sep 6, 2024 · 0 comments

Comments

@charon517-517
Copy link

Thank you for your excellent work! I’ve been working on reproducing the results of ReLA on the GRefCOCO validation set (SwinB version) and came across a discrepancy regarding the learning rate decay schedule.

According to the Supplementary Material for GRES https://openaccess.thecvf.com/content/CVPR2023/supplemental/Liu_GRES_Generalized_Referring_CVPR_2023_supplemental.pdf, the learning rate is initially set to 1e-5 and decreases by a factor of 10 at the 10,000th and 140,000th iterations. However, the default config file https://github.com/henghuiding/ReLA/blob/1cf1e9fe46cd69fea44e1cbe7917e599e895e438/configs/referring_R50.yaml#L56 specifies the first decay step at 110,000 iterations, which differs significantly from the paper.

Could you please clarify which learning rate schedule should be followed for the best results?

Thank you for your time and assistance!

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

1 participant