Open doctorwes opened 4 years ago
For probabilistic models with (trainable) NNs, it is not possible to use MCMC. Instead, you should use variational inference.
Thank you for your advice - I was not aware of that.
Wesley Phoa
Sent
On Feb 24, 2020, at 2:58 AM, Rafael Cabañas de Paz notifications@github.com wrote:
For probabilistic models with (trainable) NNs, it is not possible to use MCMC. Instead, you should use variational inference.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
I am using the same model as in #195 (closed; thank you!), but attempting to use MCMC rather than VI.
(Note that I can successfully run the sample notebook MCMC-logregression.ipynb)
I get the following error: