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
Originally posted by jprawiharjo February 22, 2024
I have a nested dict that contains OrderedDict. How do I convert this to omegaconf? Both save and create complain:
omegaconf.errors.UnsupportedValueType: Value 'OrderedDict' is not a supported primitive type
The text was updated successfully, but these errors were encountered:
Discussed in #1155
Originally posted by jprawiharjo February 22, 2024
I have a nested dict that contains
OrderedDict
. How do I convert this to omegaconf? Bothsave
andcreate
complain:omegaconf.errors.UnsupportedValueType: Value 'OrderedDict' is not a supported primitive type
The text was updated successfully, but these errors were encountered: