runner
Runner
Executes the specified stage using the validated and resolved configurations.
Source code in lighter/engine/runner.py
_run_stage(stage)
Execute the specified stage (method) of the trainer.
Source code in lighter/engine/runner.py
_save_config()
Save config to system checkpoint and trainer logger.
Source code in lighter/engine/runner.py
run(stage, config=None, **config_overrides)
Run the specified stage with the given configuration.