aivclab / confidence_classification_loss_pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 Implements
   "Learning Confidence for Out-of-Distribution Detection in Neural Networks"
   https://arxiv.org/pdf/1802.04865.pdf
 A Softmax-cross-entropy classification loss, which provides an
 additional "confidence" output, which signals whether the softmax output
 is confident.

About

License:MIT License


Languages

Language:Python 100.0%