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 would like to propose an option to save dataclass objects into field-wise attributes, and automatically loads into the original object using the code like this:
Enhances compatibility between different environments. (Current cloudpickle "can only be used to send objects between the exact same version of Python." from the doc)
By default, one can search nodes or edges by their attributes of dataclasses (Usecase: Splitting bbox and masks #119).
I would like to propose an option to save
dataclassobjects into field-wise attributes, and automatically loads into the original object using the code like this:This option can offer two benefits:
cloudpickle"can only be used to send objects between the exact same version of Python." from the doc)Prerequisite
dtypefor the node and edge attrs? #193 will be useful to ensure that the graph knows the dtype atnode_attr_keyetc.