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
Is your feature request related to a problem? Please describe.
This is a follow-up issue to #840. After we restructure the payload system in #828, we have a new ontology called Payload and it's not entirely integrated to DataStore yet. Currently DataPack stores three payload lists for different modalities. We want to migrate them into DataStore without affecting the current interfaces.
Is your feature request related to a problem? Please describe.
This is a follow-up issue to #840. After we restructure the payload system in #828, we have a new ontology called
Payload
and it's not entirely integrated toDataStore
yet. CurrentlyDataPack
stores three payload lists for different modalities. We want to migrate them intoDataStore
without affecting the current interfaces.Depends on
Describe the solution you'd like
DataStore
__getitem__
should be efficientPayload
's attributes can be stored inDataStore
as primitive and built-in types.dataclass
and non-dataclass
fields.__getstate__
and__setstate__
fromPayload
pack.text_payloads[text_payload_index]
Additional context
master
branch.The text was updated successfully, but these errors were encountered: