dl-uncertainty icon indicating copy to clipboard operation
dl-uncertainty copied to clipboard

"What Uncertainties Do We Need in Bayesian Deep Learning for Computer Vision?", NIPS 2017 (unofficial code).

Results 3 dl-uncertainty issues
Sort by recently updated
recently updated
newest added

Hi, I have implemented the Aleatoric, Epistemic, and combined uncertainty for MNIST generation but I got different output. Your combined uncertainty output showed the complementary behavior but mine did not....

Hi, I watch through your code and just confused how you add gaussian distribution over weights at each layer? Because as the paper said, it should add gaussian probability over...

Hi, in your combined model, when testing, the computation of reconstruction error is tf.square(self.rec_images2 - self.images) (line 93), I wonder that why don't you use the output of modeling epistemic...