Baharan Mirzasoleiman, Kaidi Cao, Jure Leskovec
This is the official implementation of crust in the paper Coresets for Robust Training of Neural Networks against Noisy Labels in PyTorch.
The code is built with following libraries:
We provide a training example with this repo:
python robust_cifar_train.py --gpu 0 --use_crust
If you find our paper and repo useful, please cite as
@article{mirzasoleiman2020coresets,
title={Coresets for Robust Training of Neural Networks against Noisy Labels},
author={Mirzasoleiman, Baharan and Cao, Kaidi and Leskovec, Jure},
journal={Advances in Neural Information Processing Systems},
volume={33},
year={2020}
}