pub fn load_config<P: AsRef<Path>>(config_path: P) -> Result<TrainSpec>Expand description
Load training spec from YAML file (without running training)
Auto-detects format:
- If the YAML contains
entrenar:, it’s parsed as aTrainingManifestand converted toTrainSpecvia the bridge converter. - Otherwise, it’s parsed directly as
TrainSpec(legacy format).