pytorch_pfn_extras.config.Config# class pytorch_pfn_extras.config.Config(config, types=None)# Bases: object Methods __init__(config[, types]) load_path(path, *[, loader, types]) update_via_args(args) Parameters: config (Any) – types (Optional[Mapping[str, Callable[[...], Any]]]) – __init__(config, types=None)# Parameters: config (Any) – types (Optional[Mapping[str, Callable[[...], Any]]]) – Return type: None classmethod load_path(path, *, loader=None, types=None)# Parameters: path (str) – loader (Optional[Callable[[str], Any]]) – types (Optional[Mapping[str, Callable[[...], Any]]]) – Return type: Config update_via_args(args)# Parameters: args (Sequence[Tuple[str, Any]]) – Return type: None