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'm trying to use cloudpickle to dump and reload a flax.linen.Module object, when the object has "@Property" set, it would fail with RecursionError: maximum recursion depth exceeded.
Colab link
I'm trying to use cloudpickle to dump and reload a flax.linen.Module object, when the object has "@Property" set, it would fail with
RecursionError: maximum recursion depth exceeded
.This is the minimal code to repro:
It would fail with the following stack trace:
However, it works well with pickle:
System information
pip show flax jax jaxlib
:The text was updated successfully, but these errors were encountered: