cerebras.modelzoo.config_manager.config_loader.validate_config_params#

cerebras.modelzoo.config_manager.config_loader.validate_config_params(params_conf, model_name)[source]#

Load the config class and run validation check on the config based on parameter constraints :param params_conf: The config params passed as a dict :param model_name: The model key name used by config map to check what class of config to use