Bug report: `cfg.merge_from_file("experiment.yaml")`
zc-alexfan opened this issue · 2 comments
zc-alexfan commented
If the YAML file has repeated "parent" tag, YACS only merges the final set of parameters. For example, only the second list of HYPER are merged.
HYPER:
BATCH_SIZE: 10
SYS:
SOME_CONSTANT: 3
HYPER:
LEARNING_RATE: 1e-3
As a result, only LEARNING_RATE: 1e-3
is applied.
roytseng-tw commented
This is a duplicate issue of #17
rbgirshick commented
Closing (duplicate of #17).