pytorch-ensembles
pytorch-ensembles copied to clipboard
Pitfalls of In-Domain Uncertainty Estimation and Ensembling in Deep Learning, ICLR 2020
In this line, https://github.com/SamsungLabs/pytorch-ensembles/blob/76b71c9ea3886e3a7fece9ddc3740e26f64ecbaa/utils/swag_model.py#L231 Isn't scale supposed to be the square root of variance? So, it seems that lines 230-231 should be the following instead: ``` for param, mean, var...
Hi, I cannot manage to automatically download the CIFAR ensembles since `yadisk-direct https://yadi.sk/d/8C5jBz-licWMqQ?w=1` returns an invalid link. The link neither works with curl, wget, nor manual copy-pasting into the browser....