frank-xwang / RIDE-LongTailRecognition

[ICLR 2021 Spotlight] Code release for "Long-tailed Recognition by Routing Diverse Distribution-Aware Experts."
MIT License
261 stars 26 forks source link

CIFAR 10 support? #15

Closed liming-ai closed 3 years ago

liming-ai commented 3 years ago

thanks for your contribution, do you have any plans to support cifar10 dataset?

frank-xwang commented 3 years ago

Hello, this repo is to reproduce the results reported in the paper, so, unfortunately, we will only provide support for datasets which are experimented in the paper. The CIFAR-10 and CIFAR-100 dataloader should be quite similar, you may only need to change a few line of codes to make CIFAR-100 dataloader workable for CIFAR-10. We will be happy to provide necessary help if you encounter any problems when you are implementing it.