Model Parameter Trees¶
This section organizes model configuration parameters by inheritance tree rather than by one flat reference table.
Use it to answer two questions quickly:
- which parameters come from the base family config?
- which parameters are unique to a specific model?
Tree layout¶
Reading the trees¶
- indented items are inherited from the parent config
- leaf bullets under a concrete model are the extra fields that model adds
- backbone parameters such as
hidden_dims,channels, orpatch_sizelive in module configs, not model configs
For a parameter-by-parameter explanation of every field, use the dedicated Configuration Reference.