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
This is useful for standalone apps that want to come with their own configs but also allow users to add additional configs that can be used with the composition.
This is useful for standalone apps that want to come with their own configs but also allow users to add additional configs that can be used with the composition.
config.yaml:
my_app.py:
In the above example, normal run results in:
The app sees only the built in config dir
conf
.The user can specify an additional config dir via the command line:
Now the app sees both configs.
The user now normally override the dataset:
The text was updated successfully, but these errors were encountered: