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
658 stars 101 forks source link

Section 3 Implementation details #11

Open miaoct opened 4 years ago

miaoct commented 4 years ago

What are the experimental Settings ? What is the backbone ? Is it ResNet-32 ? Can you tell me ? Thank you

ZhouBoyan commented 4 years ago

Please refer to Section 5.2 in our BBN paper. We use ResNet-32 for Cifar experiments and ResNet-50 for iNaturalist experiments.