dl-uncertainty
dl-uncertainty copied to clipboard
How to add gaussian distribution over weights at each layer?
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 the weights according to bayesian NN. Or only using dropout is fine (dropout is equal to dropout variational inference?) Thanks.