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 am having issues with using mup.get_coord_data because some of my modules return dataclass objects. Currently only, dict, list, tuple and tensors are supported. It would be great, and fairly easy, to also support dataclasses.
Hello 👋
I am having issues with using
mup.get_coord_data
because some of my modules return dataclass objects. Currently only,dict
,list
,tuple
and tensors are supported. It would be great, and fairly easy, to also support dataclasses.I think that the only code to modify would be
mup/mup/coord_check.py
Lines 129 to 148 in 1981497
I can do a PR for that.
The text was updated successfully, but these errors were encountered: