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
This issue can be temporarily resolved by renaming the package name.
To do this, run the following block immediately before the "Imports and Definitions" section.
#@title Replace package name for t5x
!find /usr/local/lib/python3.10/dist-packages/orbax -type f -name "*.py" -exec sed -i 's/gda_serialization/array_serialization/g' {} +
No module named 'jax.experimental.gda_serialization'
The text was updated successfully, but these errors were encountered: