Configuration¶
Cuvis.AI uses Hydra for configuration management — composition, overrides, and config groups. This section is the reference for the Hydra layout and the schemas the trainers consume.
If you are looking for the directory layout of a typical
configs/ tree, see Config Groups.
Configuration Documentation¶
-
Organize configurations using Hydra config groups
-
Complete schema for training run configurations
-
Advanced composition and override patterns
See also¶
- Build Pipeline (YAML) — author a pipeline declaratively.
- Statistical Training and Gradient Training — the trainers that consume these configs.