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
Some unserializable keys in dataclasses were addressed in this PR. We should revisit the corresponding logic in the experimental repo: pipeline.py#L460.
A utility method for serializing and deserializing values has been added in the core repository via this PR. The equivalent functionality in the pipeline logic can now be removed.