Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report: cfg.merge_from_file("experiment.yaml") #24

Closed
zc-alexfan opened this issue May 12, 2019 · 2 comments
Closed

Bug report: cfg.merge_from_file("experiment.yaml") #24

zc-alexfan opened this issue May 12, 2019 · 2 comments

Comments

@zc-alexfan
Copy link

zc-alexfan commented May 12, 2019

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
Copy link

This is a duplicate issue of #17

@rbgirshick
Copy link
Owner

Closing (duplicate of #17).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants