##Standard Network Create a folder named "checkpoints," and download the standard network from the link below. Place it inside this folder.
Create a folder named "data," and download the OOD datasets from the link below. Place it inside this folder.
- CUB200
- StanfordDogs120
- OxfordPets37
- Oxfordflowers102
- Caltech256
- DTD47
- COCO
- Please refer to OpenOOD for more OOD benchmarks.
python Generator.py --T 1000 --gap 200 --lr 0.05 --save --generator 'DI'
python Discriminator.py --epoch 200 --T 1000 --gap 200 --generator 'DI'
python Generator.py --T 1000 --gap 200 --lr 0.05 --save --generator 'DR'
python Discriminator.py --epoch 200 --T 1000 --gap 200 --generator 'DR'