Home

Awesome

Decription

conda env create -f pt.yaml

Reproduction

python vanilla.py
python vanilla100.py
python vanillaimg.py
python ens.py --num_model=30 --eps=2 --target_batch=0
python ens_feature.py --num_model=30 --eps=2 --target_batch=0
python ens_feature_svre.py --num_model=15 --eps=2 --target_batch=0
python ens_feature_svre100.py --num_model=15 --eps=2 --target_batch=0
python ens_feature_svreimg.py --num_model=15 --eps=2 --target_batch=0
python vanilla.py --uledir=samples/XX --eps=2
python vanilla100.py --uledir=samples/XX --eps=2
python vanillaimg.py --uledir=samples/XX --eps=2

Files

├── ens_feature.py
├── ens_feature_svre100.py
├── ens_feature_svreimg.py
├── ens_feature_svre.py
├── ens.py
├── models
│   ├── densenet.py
│   ├── dpn.py
│   ├── efficientnet.py
│   ├── googlenet.py
│   ├── __init__.py
│   ├── lenet.py
│   ├── mobilenet.py
│   ├── mobilenetv2.py
│   ├── pnasnet.py
│   ├── preact_resnet.py
│   ├── regnet.py
│   ├── resnet.py
│   ├── resnext.py
│   ├── senet.py
│   ├── shufflenet.py
│   ├── shufflenetv2.py
│   └── vgg.py
├── pt.yaml
├── README.md
├── utils
│   ├── data.py
│   ├── __init__.py
│   ├── output.py
│   └── tmp.py
├── vanilla100.py
├── vanillaimg.py
└── vanilla.py