Replies: 1 comment
-
I mean this code. https://github.com/google/jax/blob/main/jax/experimental/array_serialization/serialization.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I usually use notebook for development.
However, the jax array serialization requires async ops which raise an error during notebook execution.
Is there any simple trick to avoid this error?
Beta Was this translation helpful? Give feedback.
All reactions