drytorch.trackers.hydra
Module containing the HydraLink tracker.
Classes
|
Link current Hydra metadata to the experiment. |
- class HydraLink(par_dir: Path | None = None, copy_hydra: bool = True, hydra_dir: Path | None = None)[source]
Bases:
DumperLink current Hydra metadata to the experiment.
- hydra_dir
the directory where hydra saves the run.
- Type:
Initialize.
- Parameters:
- Raises:
TrackerError – if hydra has not started (hydra_dir does not exist).