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
With the latest jax=='0.4.25' and jaxlib=='0.4.25' I get:
jax=='0.4.25'
jaxlib=='0.4.25'
import nanodl # AttributeError: module 'jax.random' has no attribute 'KeyArray'
The text was updated successfully, but these errors were encountered:
Thanks for this, it seems to work on my end.
import jax, nanodl print(f"JAX version: {jax.__version__}") print(f"JAX version: {nanodl.__version__}")
JAX version: 0.4.25 JAX version: 1.2.0.dev1
Does the error only throw when importing? If not, could you paste the full code?
Sorry, something went wrong.
No branches or pull requests
With the latest
jax=='0.4.25'
andjaxlib=='0.4.25'
I get:The text was updated successfully, but these errors were encountered: