How-To Guides
How-To Guides
Task-oriented recipes. Each guide solves one concrete problem using Laco.
| Guide | Goal |
|---|---|
| Override Configs | Change values without editing the config file |
| Reproduce an Experiment | Archive and reload a config for exact reproduction |
| Safe Loading | Load untrusted config files without executing arbitrary code |
| Migrate from argparse | Convert an existing argparse script to Laco step-by-step |
| Custom Resolvers | Register and use custom OmegaConf resolvers |
| Lint and Strict Mode | Catch lie-typing violations and missing fields early |