Replies: 1 comment
-
I don't think this should be beyond what you can do with ADVI, but unfortunately Turing.jl isn't really not targeting Bayesian NNs, and so it's going to be incredibly slow. There are optimizations you can do to your model to make it faster, e.g. the In effect, if you do |
Beta Was this translation helpful? Give feedback.
-
Good afternoon, I have the following code
I would like to use Variational Inference in order to gain samples from the posterior of this Bayesian Neural Network of this simple NN on the MNIST dataset. This code however, does not run in reasonable time, meaning on my machine it cannot even find initial epsilon within 5 hours. Is it possible that variational inference does not scale well for such high dimensional inputs and this computation is actually prohibitive?
Beta Was this translation helpful? Give feedback.
All reactions