We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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'd be interesting in getting pymc4 connected with DifferentialEquations.jl through diffeqpy in a way to avoid in a high performance way (like we did with R). What is the right way to get started for defining operations with derivative rules? The library already has a ton of options for defining the derivatives so I just need to figure out how to hook the systems together. Thanks for any help getting started.
The text was updated successfully, but these errors were encountered:
I would start with wrapping it as a tensorflow function with custom gradient. Happy to take a look if you have something working, currently we rely on the ode module provided by Tensorflow Probability, would love to do some comparison and benchmarking re performance.
Sorry, something went wrong.
No branches or pull requests
I'd be interesting in getting pymc4 connected with DifferentialEquations.jl through diffeqpy in a way to avoid in a high performance way (like we did with R). What is the right way to get started for defining operations with derivative rules? The library already has a ton of options for defining the derivatives so I just need to figure out how to hook the systems together. Thanks for any help getting started.
The text was updated successfully, but these errors were encountered: