tracts.driver_utils.load_driver_file#
- load_driver_file(driver_path)#
Loads the driver file and validates that it contains all required parameters for the inference. See online documentation for details on how to specify parameters in the driver file.
- Parameters:
driver_path (
str) – The path to the driver yaml file.- Return type:
- Returns:
- InferenceConfig
The configuration for the inference process, as specified in the driver file.