Bounded pretraining configuration¶
Maturity: verified
The resolved application mapping contains exactly these top-level fields:
Field |
Contract |
|---|---|
|
explicit selected experiment identity |
|
non-negative integer |
|
non-empty filesystem location or |
|
registry path, dataset name, and |
|
positive batch size and non-negative worker count |
|
independent I/Q-amplitude and physical-metadata policies |
|
positive selected patch size and unique supported-size list |
|
implementation key and implementation-owned parameters |
|
implementation key and implementation-owned parameters |
|
implementation key and implementation-owned parameters |
|
positive maximum steps and a CPU or NVIDIA CUDA GPU, selected by the exact |
|
safe directory name, positive cadence, optional bounded-resume URI |
Unknown outer fields fail Pydantic validation.
Component selections¶
Component |
Implementation |
Parameters |
|---|---|---|
model |
|
|
objective |
|
none |
optimizer |
|
positive |
Implementation keys must use lowercase snake case. Each registration uses its own strict Pydantic model and rejects unknown parameters.
Supported normalization¶
I/Q amplitude:
per_sample_joint_max_absornone;physical metadata:
log10ornone.
The two policies override independently. Both epsilon values must be finite and positive.
Unsupported configuration¶
The current application schema has no epoch, validation, scheduler, best-checkpoint, mixed-dataset, distributed, callback, tracker, evaluator, or sweep configuration. Provider launch fields live in a separate YAML file.