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 config options that are stored as a DictConfig may sometimes be easier to manipulate as lists, when we care only about the keys or the associated values.
Adding new resolvers oc.dict.keys and oc.dict.values will make it easy to access either keys or values as a list:
Description
Some config options that are stored as a
DictConfig
may sometimes be easier to manipulate as lists, when we care only about the keys or the associated values.Adding new resolvers
oc.dict.keys
andoc.dict.values
will make it easy to access either keys or values as a list:Additional context
See related discussion in #578 (comment)
The text was updated successfully, but these errors were encountered: