src.utils.split_config module#
- split_config(config: dict, split_keys: list)[source]#
splits config dictionary infto list of config files by checking how many parameter sets there are for the split_keys and separating the config files at those split_keys. The keys of the config dictionary that are not split_keys, are the same for every config in the resulting list.