/TLC

PyTorch implementation of the paper "Trustworthy Long-Tailed Classification" (CVPR 2022)

Primary LanguagePython

Environment requirements

python >= 3.8
pytorch >= 1.8

Command

python main.py -c "configs/cifar100_lt.json"

Citation

@inproceedings{li2022trustworthy,
  title={Trustworthy Long-Tailed Classification},
  author={Li, Bolian and Han, Zongbo and Li, Haining and Fu, Huazhu and Zhang, Changqing},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={6970--6979},
  year={2022}
}