You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Hi, Inference is really slow ~1-2seconds/iteration with GlobalNoUTurnSampler with adapt_step_size=True. If I turn it off, then inference is much faster. I don't see similar issue with HMC. Is this a known issue or is there some option that I am missing?
Hey @rusty-robin, generally NUTS will be slower than HMC as it does strictly more work. That it's taking 1-2s per iteration is more likely due to needing a non-centred reparameterisation.
The following modification for the model seems to speed it up on my machine.
Issue Description
Hi, Inference is really slow ~1-2seconds/iteration with
GlobalNoUTurnSampler
withadapt_step_size=True
. If I turn it off, then inference is much faster. I don't see similar issue with HMC. Is this a known issue or is there some option that I am missing?Expected Behavior
Inference should be faster
System Info
Please provide information about your setup
The text was updated successfully, but these errors were encountered: