When running multiple experiments with hierarchical configurations, there's a need to completely override specific config groups (like optimizer settings) while preserving other non-group configurations. Currently, Hydra merges all configurations, which can lead to unwanted parameter inheritance.
🚀 Feature Request
When running multiple experiments with hierarchical configurations, there's a need to completely override specific config groups (like optimizer settings) while preserving other non-group configurations. Currently, Hydra merges all configurations, which can lead to unwanted parameter inheritance.
Here is concrete example
If I run first experiment
If I run second experiment
what do I expected
other_important_param
extra_param
andweight_decay
andeps
should be removed.Motivation
See above example
Pitch
Are you willing to open a pull request? (See CONTRIBUTING)
Additional context
Add any other context or screenshots about the feature request here.