Closed rusmux closed 4 months ago
Seemingly related to https://github.com/omni-us/jsonargparse/issues/221.
Yes, thank you! As indicated there, this can be done from the CLI, but there are cases when it is inconvenient to specify arguments from the CLI, for example, if it is a list of some strings. I can create a separate file in which I would override this argument, but now instead of 1 file (evaluation_2.yaml
) I get 2 files (evaluation_2.yaml
and model_2.yaml
). I think it's more convenient to put this argument directly in evaluation_2.yaml
.
Closing this in favor of #221
🚀 Feature request
Allow to overwrite subconfig arguments. For example:
evaluate.yaml
:model.yaml
:I want to create
evaluate_2.yaml
withe
argument of the model equal to something else. It would be nice to do this like this:I can do this from the CLI by passing an argument, but I would also like to do it using config.
Probably something similar has already been suggested, but I got lost in numerous problems here and in Lightning, so I would appreciate it if you could help me. Thanks!
Motivation
To avoid duplicating configs.