Update README.md
This is an official PyTorch implementation of Improve Noise Tolerance of Robust Loss via Noise-Awareness.
python main.py --dataset cifar10 --corruption_prob 0.4 --corruption_type unif --epochs 120 --warmup_epochs 0 --batch_size 100 --lr 1e-1 --wd 5e-4 --mwd 1e-4
Thanks to the pytorch implementation of Meta-Weight-Net(https://github.com/xjtushujun/meta-weight-net).
Contact: Ding Kehui(dkh19970303@163.com).
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
NARL-Adjuster
This is an official PyTorch implementation of Improve Noise Tolerance of Robust Loss via Noise-Awareness.
Environment
Running this example
ResNet32 on CIFAR10 with 40% unif noise:Result(CIFAR10)
Acknowledgments
Thanks to the pytorch implementation of Meta-Weight-Net(https://github.com/xjtushujun/meta-weight-net).
Contact: Ding Kehui(dkh19970303@163.com).