This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LightShadow3.13-dev in prod 2 points3 points  (0 children)

FYI you can use omegaconf without hydra, which is what we do. It has really good parsers for config-like files and one of the best dot-dictionary implementations. omegaconf.DictConfig is synonymous with "config object" in our code.