-
Notifications
You must be signed in to change notification settings - Fork 143
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
Reproducing Augreg-B results #83
Comments
Thanks for your feedback. It's possible that the issue arose due to a change I made in the |
I've also tried to set
Loss seems to be reproduced, different acc values are caused with a bug fix in this mmseg PR - so I guess the results are reproduced except the final mIoU which is still 50.73. |
fyi, I re-ran exactly the same experiment and got best val mIoU 51.21 instead of 50.73. So, maybe determinstic=False also can cause some noticeable difference. |
Hey, thanks for your great work!
We are trying to reproduce the results for the Augreg-B setting and compare our logs with your logs.
We prepare the same environment, use this config, run on 8xA100 and set the same seed.
Here are the rows from your and our logs:
Ours:
Iter [160000/160000] lr: 1.250e-10, eta: 0:00:00, time: 0.309, data_time: 0.005, memory: 56916, decode.loss_ce: 0.1827, decode.acc_seg: 92.3258, aux.loss_ce: 0.0897, aux.acc_seg: 90.9583, loss: 0.2724
Yours:
Iter [160000/160000] lr: 1.250e-10, eta: 0:00:00, time: 0.310, data_time: 0.004, memory: 56778, decode.loss_ce: 0.1277, decode.acc_seg: 76.1168, aux.loss_ce: 0.0600, aux.acc_seg: 75.5203, loss: 0.1876
There is a drastic difference in loss and acc values. We also reproduce this for other seeds.
Overall mIoU: Ours: 50.54, Yours: 51.67 - also looks like the results are out of the standard deviation range.
Do you have any idea what could cause this discrepancy? We compare the configs and observe that you've used some ViTAdapterDenseV2 model that has different drop_path_rate and some unknown arguments. Could it be the case?
The text was updated successfully, but these errors were encountered: