xlm.commands.hydra_callbacks
Custom hydra callbacks for xlm. See https://hydra.cc/docs/experimental/callbacks/ for more information.
LogComposeCallback
Bases: Callback
Log compose call, result, and debug info
on_run_start(config, **kwargs)
Called in RUN mode before job/application code starts. config is composed with overrides.
Some hydra.runtime configs are not populated yet.
See hydra.core.utils.run_job for more info.