├── LICENSE ├── README.md ├── demo_calibration.py ├── requirements.txt ├── util_calibration.py ├── util_evaluation.py └── wideresnet-28x10cifar100epochs500.npz /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhang64-llnl/Mix-n-Match-Calibration/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhang64-llnl/Mix-n-Match-Calibration/HEAD/README.md -------------------------------------------------------------------------------- /demo_calibration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhang64-llnl/Mix-n-Match-Calibration/HEAD/demo_calibration.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhang64-llnl/Mix-n-Match-Calibration/HEAD/requirements.txt -------------------------------------------------------------------------------- /util_calibration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhang64-llnl/Mix-n-Match-Calibration/HEAD/util_calibration.py -------------------------------------------------------------------------------- /util_evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhang64-llnl/Mix-n-Match-Calibration/HEAD/util_evaluation.py -------------------------------------------------------------------------------- /wideresnet-28x10cifar100epochs500.npz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhang64-llnl/Mix-n-Match-Calibration/HEAD/wideresnet-28x10cifar100epochs500.npz --------------------------------------------------------------------------------