kd.konfig.resolve#
- kauldron.konfig.resolve(
- cfg: ml_collections.config_dict.config_dict.ConfigDict,
- *,
- freeze: bool = True,
- kauldron.konfig.resolve(
- cfg: kauldron.konfig.configdict_proxy._T,
- *,
- freeze: bool = True,
Recursively parses a nested ConfigDict and resolves module constructors.
- Parameters:
cfg – The config to resolved
freeze – If True (default), list are converted to tuple, dict/
ConfigDictare converted to immutabledict.
- Returns:
The resolved config.