get_cfg( cfg: Union[str, Path, Dict, SimpleNamespace] = DEFAULT_CFG_DICT, overrides: Dict = None, ) -> SimpleNamespace Load and merge configuration data from a file or dictionary, with optional overrides. Parameters: NameTypeDescriptionDefault cfg str | Path | Dict | SimpleNamespace ...
UserWarning: init_cfg without layer key, if you do not define override key either, this init_cfg will do nothing 'init_cfg without layer key, if you do not define override' WARNING - The model and loaded state dict do not match exactly U...