unilab.algos.torch.hora.distill_config.resolve_teacher_checkpoint_path

unilab.algos.torch.hora.distill_config.resolve_teacher_checkpoint_path(cfg, *, root_dir=None)[source]

Resolve the selected HORA teacher checkpoint through owner metadata.

Parameters:
  • cfg (DictConfig)

  • root_dir (str | Path | None)

Return type:

tuple[Path | None, Path | None]