Skip to content

Lawliet-zzl/CA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages