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
My package versions are jaxlib==0.4.4, equinox==0.10.1, and distrax==0.1.3.
The discussion at #252 leads me to believe that this previously did not happen. I would like to be able to have my eqx.Modules have distrax.Distribution attributes/subtrees.
The text was updated successfully, but these errors were encountered:
Ah, just noticed this distrax issue was discussed in #252. I suppose I should not expect compatibility with distrax. Closing, but feel free to re-open.
So that (a) the Distrax objects are transitory and never need to be flattened/unflattened, and (b) all of their args and kwargs are part of the pytree.
MWE: running the MWE from #252 results in
My package versions are
jaxlib==0.4.4
,equinox==0.10.1
, anddistrax==0.1.3
.The discussion at #252 leads me to believe that this previously did not happen. I would like to be able to have my
eqx.Module
s havedistrax.Distribution
attributes/subtrees.The text was updated successfully, but these errors were encountered: