Collected sources and patterns will appear here. Add from search or the patterns library.
PythonFunction -> SchedulableJob
Intercept execution of a standard Python training function using a decorator to package it with its configuration as a schedulable job.
Problem it solves
Defining distributed training parameters requires bloated YAML configurations and boilerplate-filled argparsers.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.