-
Notifications
You must be signed in to change notification settings - Fork 422
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
UnfilteredStackTrace: AttributeError: 'UnspecifiedValue' object has no attribute '_parsed_pspec' #168
Comments
Can confirm. I get the exact same error |
will take a look thx for reporting. 😄 |
Can confirm its not running as it was previously. I got it "running" by restarting runtime after all the installs, but it was very very slow. There was a new release of
I have no clue. @charlielito you mind having a look at this? |
I got this to work last night by doing the following:
Still would prefer to wait for @charlielito to weigh in before I make any changes to colab |
Thanks this seems to work indeed! |
I was on vacation :p I'll take a look this week |
All good @charlielito I hope you enjoyed your time off ❤️ . No rush here - let me know if I should merge my hotfix or if you think there's a better way whenever you get the chance. |
For me it doesn't work. |
Yeah, the new release of jax/jaxlib/flax is not compatible with the TPU API we are using. I'll work on the versions needed to run it again |
I also encouter this problem since a day or 2. Crashes everytime I run it with this error message:
UnfilteredStackTrace: AttributeError: 'UnspecifiedValue' object has no attribute '_parsed_pspec'
The stack trace below excludes JAX-internal frames.
The preceding is the original exception that occurred, unmodified.
The above exception was the direct cause of the following exception:
AttributeError Traceback (most recent call last)
/usr/local/lib/python3.8/dist-packages/jax/_src/prng.py in threefry_seed(seed)
824 # TODO(jakevdp): in X64 mode, this can generate 64-bit computations for 32-bit
825 # inputs. We should avoid this.
--> 826 k2 = convert(jnp.bitwise_and(seed, np.uint32(0xFFFFFFFF)))
827 return lax.concatenate([k1, k2], 0)
828
AttributeError: 'UnspecifiedValue' object has no attribute '_parsed_pspec'
The text was updated successfully, but these errors were encountered: