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
As I have changed 'from jax.experimental.gda_serialization import get_tensorstore_spec'to 'from 'jax.experimental.array_serialization.serialization import get_tensorstore_spec'
Another error appeared. Please help, thank you.
NameError Traceback (most recent call last)
[<ipython-input-18-152851d66c54>](https://localhost:8080/#) in <cell line: 16>()
14 import seqio
15 import t5
---> 16 import t5x
17
18 from mt3 import metrics_utils
6 frames
[/usr/local/lib/python3.10/dist-packages/orbax/checkpoint/type_handlers.py](https://localhost:8080/#) in ParamInfo()
119 path: Optional[epath.Path] = None
120 aggregate: Optional[bool] = None
--> 121 byte_limiter: Optional[serialization._LimitInFlightBytes] = None # pylint: disable=protected-access
122 is_ocdbt_checkpoint: Optional[bool] = None
123
NameError: name 'serialization' is not defined
The text was updated successfully, but these errors were encountered:
asdrain123
changed the title
How to solve 'name 'serialization' is not defined'
Error 'name 'serialization' is not defined'
Jun 4, 2023
As I have changed 'from jax.experimental.gda_serialization import get_tensorstore_spec'to 'from 'jax.experimental.array_serialization.serialization import get_tensorstore_spec'
Another error appeared. Please help, thank you.
The text was updated successfully, but these errors were encountered: