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
This is opening a very large surface area and it will make supporting some things like serialization impossible in such cases, but it's still a highly requested feature.
A few thoughts:
For regular DictConfig it could be off by default and enable via a config flag.
In Structured Configs, we could support it as a new node type.
The text was updated successfully, but these errors were encountered:
Note that this is not yet an official API.
Trying to serialize a config with arbitrary objects is likely to break break serialization (yaml ot pickly) and possibly cause other issues. If you use it please report any issues.
This is opening a very large surface area and it will make supporting some things like serialization impossible in such cases, but it's still a highly requested feature.
A few thoughts:
The text was updated successfully, but these errors were encountered: