File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -197,12 +197,14 @@ sh scripts/test_deterministic_cifar.sh
197
197
198
198
If you use this code, please cite as:
199
199
``` 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 = {\u rl{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 = {\u rl{https://github.com/IntelLabs/bayesian-torch}}
206
208
}
207
209
```
208
210
Accuracy versus Uncertainty Calibration (AvUC) loss
You can’t perform that action at this time.
0 commit comments