-
Notifications
You must be signed in to change notification settings - Fork 68
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
TypeError: JAX encountered invalid PRNG key data: expected key_data.dtype = uint32; got dtype=int32 #801
Comments
I noticed you ran with a docker container called |
Oh yeah I created one for pytorch and just rebuilt it with both but got the same error |
Correct command:
|
After some debugging:
|
In the above PR changed the max and min to min and max uint32 (2**31-1). |
Sure, Thanks Priya! |
I was trying to run the submission_runner.py file inside the docker and got a TypeError,
Use these commands to reproduce the error:
Here is the traceback:
am I missing something?
The text was updated successfully, but these errors were encountered: