ray.tune.logger.aim.AimLoggerCallback#
- class ray.tune.logger.aim.AimLoggerCallback(repo: str | None = None, experiment_name: str | None = None, metrics: List[str] | None = None, **aim_run_kwargs)[source]#
Bases:
LoggerCallbackAim Logger: logs metrics in Aim format.
Aim is an open-source, self-hosted ML experiment tracking tool. It’s good at tracking lots (thousands) of training runs, and it allows you to compare them with a performant and well-designed UI.
Source: aimhubio/aim
Methods
Initialize the Aim logger callback.
Get the state of the callback.
Handle logging when a trial restores.
Handle logging when a trial saves a checkpoint.
Called after a trial saved a checkpoint with Tune.
Called after experiment is over and all trials have concluded.
Called at the start of each tuning loop step.
Called at the end of each tuning loop step.
Called after a trial instance failed (errored) but the trial is scheduled for retry.
Set the state of the callback.
Called once at the very beginning of training.
Attributes