Simple PyTorch implementation of Robust Cross Entropy Loss from Making deep neural networks robust to label noise: A loss correction approach:
- Implements both backward and forward methods
- Inspired by the following Keras implementation.
Simple PyTorch implementation of Robust Cross Entropy Loss from Making deep neural networks robust to label noise: A loss correction approach: