-
Notifications
You must be signed in to change notification settings - Fork 220
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
init_params doesn't work since v0.30.0 #2150
Comments
The keyword argument is called |
Thank you very much |
This error message is going to lead people astray (myself included):
|
Seems that #2115 is problematic - it added support for AbstractMCMC 5 (without removing support for AbstractMCMC 4 even though the API is incompatible!) and DynamicPPL 0.24 without updating all internals of Turing.jl to |
It seems that the
sample
function ignores specified initial parameters. I provide them assample(model, ..., init_params=...)
.How to reproduce:
This is important because sometimes we have very narrow distribution, and the sampler may get stuck in a region with very low probability. Providing good starting point is the only way to sample something.
P.S. I use macOS and Julia 1.10.0
The text was updated successfully, but these errors were encountered: