runner¶
- class common.runner.BaseTaskRunner[source]¶
Bases:
ABC
task
runner.Stores configs and runs the
task
.- hydra_config¶
alias of
BaseHydraConfig
- final classmethod handle_configs()[source]¶
Stores various configs and runs the
task
.- Parameters:
cls – The
BaseTaskRunner
subclass calling this method.- Return type: