-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Support theano.shared in jax_funcify #73
Comments
@junpenglao, is there anything similar to shared variables in |
See my comment in the parent issue for an explanation of the real problem. For the sake of completion. I've added a direct test for shared variables in #76. We can change the purpose of this issue to center around true shared variable support (i.e. the ability to |
Just to be clear, shared variables work as expected under JAX compilation in Theano (i.e. using With this in mind, we shouldn't add any sort of warnings; we should simply let In other words, adding shared variable support to |
I've added comments to pymc-devs/pymc#4142 that should clarify the situation and explain what a viable solution would look like. In the meantime, I'm going to close this issue. |
Currently using a theano.shared leads to a
MissingInputError
, see pymc-devs/pymc#4142.The text was updated successfully, but these errors were encountered: