-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an info warning for HMC with enumeration #1180
Comments
Sorry it took me a bit to get to this, working on it now though. May I ask, what is the enumerate tutorial you are referring to above? |
Hi @clgarciga, you can use this link https://pyro.ai/examples/enumeration.html. |
Okay, so, here's where I'm at with this: some MCMC kernels (e.g. HMC,NUTS) don't support discrete latents, and some do (e.g. DiscreteHMCGibbs, Mixed HMC). So I need to:
|
I think you can add an info warning/print after this line, which is agnostic to the kernels. I'm not sure how to check properly for each kernel (maybe add an argument |
Quoted by @clgarciga in #1174
The text was updated successfully, but these errors were encountered: