megvii-research / BBN

The official PyTorch implementation of paper BBN: Bilateral-Branch Network with Cumulative Learning for Long-Tailed Visual Recognition
https://arxiv.org/abs/1912.02413
MIT License
657 stars 100 forks source link

Different hyperparameters between paper and code #26

Open liming-ai opened 3 years ago

liming-ai commented 3 years ago

For iNaturalist: learning rate is decay at 60th and 80th epoch by 0.1 (in paper), but lr is decay at 120 and 160 in your code

could you please check it?

Q-H-Zhang commented 2 years ago

I have the same question. @ZhouBoyan