-
Notifications
You must be signed in to change notification settings - Fork 440
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
AttributeError: module 'jax.random' has no attribute 'PRNGKeyArray' #1089
Comments
Same issue there. |
But it is not solving
|
This should be fixed in ott-jax==0.3.1 |
I am using same version of ott-jax==0.3.1, still same error. |
sorry, it should be running "pip install ott-jax==0.4.5" firstly, if you have an error about "transport" then run "pip install ott-jax==0.3.1" |
Yes I am getting the "transport" error, that's why I am using ott-jax==0.3.1. And that leads to the error:
|
pip install ott-jax==0.2.0 works |
Hi all, I am trying to fine tune our model using owl_vit model.
But when I try to run it, I get this error,
AttributeError: module 'jax.random' has no attribute 'PRNGKeyArray'
. Jax version I am using is 0.4.30. If I use jax 0.4.23, it works but then it is not using GPU while training which slows down the training a lot. Is there a way I can use 0.4.30 version of jax and solve this error?If I change the PRNGKeyArray with key, at later stage I get an error,
Can anyone suggest what can I do here? Thank you.
UPDATE: I installed all libraries with proper versions and made it work with GPU with jax==0.4.23 but I am still getting the error mentioned above,
The text was updated successfully, but these errors were encountered: