You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A more real world example is that you have a trainer_config.yaml and you want to only modify the --train.max_epochs value without having everything else fall back to dataclass defaults
Environment
Version 4.275
The text was updated successfully, but these errors were encountered:
🐛 Bug report
To reproduce
repro.py
:repro.yaml
:python repro.py --config repro.yaml --thing.foo 9
Expected behavior
The above prints
but I expected
Context
A more real world example is that you have a
trainer_config.yaml
and you want to only modify the--train.max_epochs
value without having everything else fall back to dataclass defaultsEnvironment
Version 4.275
The text was updated successfully, but these errors were encountered: