Skip to content

Commit 5da417a

Browse files
Update README.md
1 parent bdd262e commit 5da417a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,14 @@ sh scripts/test_deterministic_cifar.sh
197197

198198
If you use this code, please cite as:
199199
```sh
200-
@misc{krishnan2020bayesiantorch,
201-
author = {Ranganath Krishnan and Piero Esposito and Mahesh Subedar},
202-
title = {Bayesian-Torch: Bayesian neural network layers for uncertainty estimation},
203-
year = {2020},
204-
publisher = {GitHub},
205-
howpublished = {\url{https://github.com/IntelLabs/bayesian-torch}}
200+
@software{krishnan2022bayesiantorch,
201+
author = {Ranganath Krishnan and Pi Esposito and Mahesh Subedar},
202+
title = {Bayesian-Torch: Bayesian neural network layers for uncertainty estimation},
203+
month = jan,
204+
year = 2022,
205+
doi = {10.5281/zenodo.5908307},
206+
url = {https://doi.org/10.5281/zenodo.5908307}
207+
howpublished = {\url{https://github.com/IntelLabs/bayesian-torch}}
206208
}
207209
```
208210
Accuracy versus Uncertainty Calibration (AvUC) loss

0 commit comments

Comments
 (0)