-
-
Notifications
You must be signed in to change notification settings - Fork 815
Open
Labels
enhancementEnhanvement requestEnhanvement request
Description
🚀 Feature Request
Similar to the existing config_path and config_name parameters, add an overrides keyword argument to @hydra.main to allow hydra.main to accept either a
- Path to
overrides.yamlserialized from a previous Hydra run ListConfigobject
There should also be a corresponding --overrides CLI flag included with the Hydra-specific options
Motivation
Is your feature request related to a problem? Please describe.
Several use-cases currently require hacking sys.argv to provide overrides in a hydra.main() context. This isn't very safe or clean from a code quality perspective
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementEnhanvement requestEnhanvement request