Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Flexible Python configuration system. The last one you will ever need.

    Python 384 30

  2. Hydra is a framework for elegantly configuring complex applications

    Python 3.3k 277

Contribution activity

December 2020

Created a pull request in omry/omegaconf that received 15 comments

fixed interpolaiton+missing merge

+58 −11 15 comments
Reviewed 29 pull requests in 6 repositories
facebookresearch/hydra 15 pull requests
omry/omegaconf 8 pull requests
pytorch/hydra-torch 3 pull requests
facebookresearch/tacto 1 pull request
catalyst-team/catalyst 1 pull request
erip/feiertag 1 pull request

Created an issue in omry/omegaconf that received 1 comment

Behavior change: Merging a MISSING node should not change target

$ cat 1.py from omegaconf import OmegaConf cfg1 = OmegaConf.create({"a" : 1, "b" : "???"}) cfg2 = OmegaConf.create({"a" : "???", "b" : 2}) print(Om…

1 comment
Opened 5 other issues in 3 repositories

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.