Eliminate config boilerplate¶ Basic use¶ 1: Control it all from the CLI Learn to control a LightningModule and LightningDataModule from the CLI intermediate 2: Mix models and datasets Support multiple models, datasets, optimizers and learning rate schedulers intermediate 3: Control it all via YAML Enable composable YAMLs advanced Advanced use¶ YAML for production Use the Lightning CLI with YAMLs for production environments advanced Customize for complex projects Learn how to implement CLIs for complex projects. expert Extend the Lightning CLI Customize the Lightning CLI expert FAQ Frequently asked questions about working with the Lightning CLI and YAML files