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 found that a custom pytree (of standard mutable pytree like list/dict)
behave strangely in the following example, where the treedef changes inside a function:
I found that a custom pytree (of standard mutable pytree like list/dict)
behave strangely in the following example, where the treedef changes inside a function:
returns
The two
C()
return different outputs and the second one seem to be polluted by thef(C(0))
call.The text was updated successfully, but these errors were encountered: