Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.56 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.56 KB

Code for "Distilling the Unknown to Unveil Certainty"

##Standard Network Create a folder named "checkpoints," and download the standard network from the link below. Place it inside this folder.

Datasets

In-distribution Datasets

Out-of-Distribtion Datasets

Create a folder named "data," and download the OOD datasets from the link below. Place it inside this folder.

Run CA-

python Generator.py --T 1000 --gap 200 --lr 0.05 --save --generator 'DI'
python Discriminator.py --epoch 200 --T 1000 --gap 200 --generator 'DI'

Run CA+

python Generator.py --T 1000 --gap 200 --lr 0.05 --save --generator 'DR'
python Discriminator.py --epoch 200 --T 1000 --gap 200 --generator 'DR'