Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 548 Bytes

label smoothing PyTorch implementation

Requirements

pytorch > 1.0

Install

git clone https://github.com/wangleiofficial/label-smoothing-pytorch.git

Usage

import LabelSmoothingCrossEntropy
criterion = LabelSmoothingCrossEntropy(reduction='sum')
loss = criterion(preds, labels)

License

MIT

Citation

Müller, Rafael, Simon Kornblith, and Geoffrey E. Hinton. "When does label smoothing help?." Advances in Neural Information Processing Systems. 2019.