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
jax.numpy.DeviceArray
The new version of jax==0.4.14
jax==0.4.14
from jax.numpy import DeviceArray
will give error
Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'DeviceArray' from 'jax.numpy'
Suggestions
jax
jaxlib
from jaxlib.xla_extension import ArrayImpl
Edit: Please refer to this post https://jax.readthedocs.io/en/latest/jax_array_migration.html
The text was updated successfully, but these errors were encountered:
This issue has been addressed in #75 and #76
Sorry, something went wrong.
No branches or pull requests
The new version of
jax==0.4.14
will give error
Suggestions
jax
andjaxlib
.from jaxlib.xla_extension import ArrayImpl
Edit:
Please refer to this post
https://jax.readthedocs.io/en/latest/jax_array_migration.html
The text was updated successfully, but these errors were encountered: