We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I am using Turing.jl to estimate the parameters of the differential equations from here. I am getting the error
MethodError: no method matching ##bfit_model#734(::Array{Float64,2})
on executing line chn = sample(bfit(data), HMC(400, 0.02, 4)) I am on the master branch. Help please :)
chn = sample(bfit(data), HMC(400, 0.02, 4))
The text was updated successfully, but these errors were encountered:
@xukai92 Could you take a look at this issue?
Sorry, something went wrong.
@Ayush-iitkgp I just re-run the notebook from the beginning to that block, which was fine to me.
Can you double check your running environment. Mine is:
Julia 0.5.2 Turing master (36e1cf7)
He most likely ran it on v0.6. Probably this then:
#293
Switching to julia 0.5 worked :) Thanks!
xukai92
No branches or pull requests
I am using Turing.jl to estimate the parameters of the differential equations from here.
I am getting the error
on executing line
chn = sample(bfit(data), HMC(400, 0.02, 4))
I am on the master branch. Help please :)
The text was updated successfully, but these errors were encountered: