dyngpt.tl.update_dynmodel_config

dyngpt.tl.update_dynmodel_config(config_basic, config_path_dynmodel)[source]

Update the basic configuration with parameters from a dynamic model configuration file.

Args:

config_basic (dict): The basic configuration dictionary. config_path_dynmodel (str): Path to the JSON file containing dynamic model configuration.

Returns:

dict: The updated configuration dictionary.