Skip to content

lupalab/DUE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deterministic Uncertainty Estimation (DUE)

This repo contains the code for Improving Deterministic Uncertainty Estimation in Deep Learning for Classification and Regression.

Run Example

Make sure the dependencies listed in environment.yml are available and run:

python train_due.py

which will automatically download the dataset (CIFAR10 by default), and start training. There are many command line flags available for further changes.

A model trained using the defaults is available from here.

A regression example is implemented in toy_regression.ipynb.

Library

If you want to use DUE in your own project, you can opt to install it using pip:

pip install --upgrade git+https://github.com/y0ast/DUE.git

or clone the repo and run python setup.py.

Questions

For questions about the code or the paper, feel free to open an issue or email me directly. My email can be found on my GitHub profile, my website and the paper above.

Acknowledgements: thanks to John Ryan for testing.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.3%
  • Jupyter Notebook 15.7%