unilab.training.run.get_entrypoint_log_root

unilab.training.run.get_entrypoint_log_root(root_dir, *, algo_log_name, log_root=None)[source]

Resolve the log root for non-Hydra entrypoints using training helper semantics.

Parameters:
  • root_dir (str | Path)

  • algo_log_name (str)

  • log_root (str | Path | None)

Return type:

Path