-
Notifications
You must be signed in to change notification settings - Fork 530
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
Features/sg 409 check all params used #546
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good!
My only concern, is for the DictConfigs we get back from hydra_instantiate, which we use when we launch recipe: in the unit tests we use OmegaConf.create() to mimic this scenario. Can you confirm their contents would be similar?
This way or the other, I think it'd be wise to instantiate one of our yaml files (our create one for the sake of testing) and test this out.
…-used' into features/SG-409-check-all-params-used
@shaydeci I've added a test that checks instantiation of a model from YAML file (One of just a few that can be used as is without bells & whistles) which pass nicely. Checking all YAMLs in this way is a subject for another ticket: https://deci.atlassian.net/browse/SG-498
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.