Templates¤
Configuration templates are exposed through the public artifex.configs
surface and implemented in
generative_models.core.configuration.management.templates.
Canonical module: generative_models.core.configuration.management.templates
Supported built-ins¤
simple_training: Generates a typedTrainingConfigdictionary with nested optimizer and scheduler defaults.distributed_training: Generates a typedDistributedConfigdictionary for multi-process execution.
Additional templates should be introduced only when they map directly to one typed configuration class and one stable public API.