Skip to content

Commit

Permalink
- README updates.
Browse files Browse the repository at this point in the history
- removed old VGG net model file
  • Loading branch information
thulas committed Jun 17, 2019
1 parent ecd8a82 commit fe64f4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 83 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PyTorch implementation of the deep abstaining classifier (DAC) from the ICML 20

**Combating Label Noise in Deep Learning Using Abstention**, Sunil Thulasidasan, Tanmoy Bhattacharya, Jeff Bilmes, Gopinath Chennupati, Jamaludin Mohd-Yusof

The DAC uses an abstention loss function for identifying arbitrary and systematic label noise while training deep neural networks. For example, in the "random monkeys" experiment from the paper, all the monkey images in the train-set have their labels randomized. During prediction, the DAC abstains on all the monkey images in the test-set.
The DAC uses an abstention loss function for identifying arbitrary and systematic label noise while training deep neural networks. For example, in the "random monkeys" experiment from the paper, all the monkey images in the train-set have their labels randomized. During prediction, the DAC abstains on most of the monkey images in the test-set.

<div class="row">
<div class="column">
Expand Down
82 changes: 0 additions & 82 deletions networks/vggnet.py.orig

This file was deleted.

0 comments on commit fe64f4b

Please sign in to comment.