rbgirshick / yacs

YACS -- Yet Another Configuration System
Apache License 2.0
1.27k stars 89 forks source link

[Feature request] Allow CfgNode to have keys added from yaml files #8

Closed Rizhiy closed 5 years ago

Rizhiy commented 5 years ago

In my experiments I sometimes need to use a function with many keyword arguments. Listing all possible kwargs in main config is impractical, since I can't easily determine default values and sometimes there are too many of them.

It would be nice to be able to create CfgNode that allows addition of new attributes from yaml file.

Rizhiy commented 5 years ago

Created a pull request: #9

rbgirshick commented 5 years ago

Merged from #9.