Skip to content
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

DeprecationWarning transform_with_state because of jax.xla vs jax.interpreters.xla #634

Open
joeryjoery opened this issue Apr 15, 2023 · 0 comments

Comments

@joeryjoery
Copy link

Hi, when calling hk.transform_with_state internally there is an access to jax.xla, this is marked as deprecated in favor of jax.interpreters.xla. The problem is in checking if the provided function f to the haiku function is not jax transformed.

I.e., the misdoer is: check_not_jax_transformed (at least, that's how far I've looked into the code; there may exist more references).

Could this be updated? That will help silencing my test output :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant