GitXplorerGitXplorer
f

UnifiedUncertaintyCalibration

public
11 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
67189131ba897e9482df88bddeffbef4bc8db807

Adding image lists.

committed a year ago
Unverified
e321d74e37826c09c43ad51d3639e0c3eb6a9a9f

Initial commit

committed a year ago

README

The README file for this repository.

Unified Uncertainty Calibration

Download the paper here.

Usage

  1. Set your data root directory in datasets.ROOT_
  2. Download datasets using python download.py, and the instructions printed therein.
  3. Precompute last-layer features using python precompute.py
  4. Run all methods using python main.py --sweep
  5. Print tables of results using python table.py

Citation

@article{u2c,
  title={Unified Uncertainty Calibration},
  author={Chaudhuri, Kamalika and Lopez-Paz, David},
  year={2023},
  journal={arXiv}
}

License

Work released under the Apache License 2.0. See LICENSE for additional details.