cerebras.modelzoo.config_manager.config_loader.read_from_config_class_file#

cerebras.modelzoo.config_manager.config_loader.read_from_config_class_file(file_path, function_name)[source]#

Read the config class file and call the config generator function to get config object

Parameters
  • file_path – The path to the config .py file

  • function_name – The config creation function defined in the config class creator .py file