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
Sometimes I need to run an experiment with the exact state of my params.yaml as in the workspace. But if I have Hydra configured in my project, DVC CLI (dvc exp run without any additional command params) always hydrates my params.yaml with default configuration from Hydra, overwriting my desired state of params.
Of course I can manually pass -S flags to CLI and write all params exactly as I want and maintain the yaml file state, but this is cumbersome and error-prone.
Something like --bypass-hydra or --do-not-compose-hydra boolean flag would be great.
I can contribute to the repo if you agree it is a good option.