ShuweiShao / IEBins

[NeurIPS2023] IEBins: Iterative Elastic Bins for Monocular Depth Estimation
MIT License
80 stars 4 forks source link

About learning rate #15

Closed w2kun closed 5 months ago

w2kun commented 5 months ago

Thank you for sharing your code! In your paper, you said the model is trained for 20 epochs, but the code sets it to 50. Which configuration did you use to get the results in your paper?

ShuweiShao commented 5 months ago

Hi,the model has converged after training for 20 epochs, but training for more epochs may give better results. If you find that the accuracy barely changes, you can stop it early. According to our observation, it is difficult to further improve the accuracy when the epoch is greater than 25 or 30.

w2kun commented 5 months ago

I see. Thanks for your prompt reply! I am closing this issue.