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
Nice work to streamline config files! What I usually do is load the configuration file, but allow the command line arguments to override the settings. The advantage is that the conf file does not need changing for every small experiment.
The hierarchy stays the same, for example in the (yaml) conf file:
sound:
volume_left: 50
Could be exec'd with modified settings like so: myfile.py --sound.volume_left 80
If you like the idea, I can implement the feature.
The text was updated successfully, but these errors were encountered:
Nice work to streamline config files! What I usually do is load the configuration file, but allow the command line arguments to override the settings. The advantage is that the conf file does not need changing for every small experiment.
The hierarchy stays the same, for example in the (yaml) conf file:
Could be exec'd with modified settings like so:
myfile.py --sound.volume_left 80
If you like the idea, I can implement the feature.
The text was updated successfully, but these errors were encountered: