You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know the reasons as well. However, even if it is solved, the free T4 GPU could not support the demo since it does not have enough memory. We need at least about 22 Gb GPU memory to run it.
Hello!
I've tried to run the code on Google cola but encountering the following issue:
AttributeError: module 'jax.tree_util' has no attribute 'register_pytree_with_keys_class'
This code produced the error:
This was however on the free Colab (T4 GPU). Not sure if switching to Pro would get rid of that error?
I tried adding this line of code:
!pip install "jax<=0.3.16" "jaxlib<=0.3.16"
but it didn't resolve the issue.
Any suggestions?
Thanks!!
The text was updated successfully, but these errors were encountered: