Closed zc-alexfan closed 5 years ago
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.
LEARNING_RATE: 1e-3
This is a duplicate issue of #17
Closing (duplicate of #17).
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.
As a result, only
LEARNING_RATE: 1e-3
is applied.