Jing--Li / Energy-Based-Open-World-Uncertainty-Modeling-for-Confidence-Calibration

the code for paper "Energy-Based Open-World Uncertainty Modeling for Confidence Calibration"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EOW-Softmax

This code is for the paper "Energy-Based Open-World Uncertainty Modeling for Confidence Calibration".
Accepted by ICCV21.

Usage

Commnd example for WideResnet28x10 on CiFAR100.

python train.py --lr .0001 --dataset cifar100 --optimizer adam --sigma 0.01 --width 10 --depth 28 --warmup_iters 1000 --ebm_modify --n_epochs 15 --ebm_start_epoch 8 --ebm_weight 0.1

About

the code for paper "Energy-Based Open-World Uncertainty Modeling for Confidence Calibration"


Languages

Language:Python 99.5%Language:Shell 0.5%