Model and training API¶
Maturity: verified
Signal preparation¶
Symbol |
Contract |
|---|---|
normalize and patch one semantic batch, then prepare masked physical metadata |
|
aligned normalized I/Q, patches, masks, metadata, sample IDs, and traces |
|
selected fixed width within a supported-width set |
Model and objective¶
Symbol |
Contract |
|---|---|
abstract causal model over prepared metadata and I/Q patches |
|
|
|
compact PyTorch transformer used by the bounded path |
|
predict patch |
Optimizer step and catalog¶
Symbol |
Contract |
|---|---|
one guarded parameter update; caller owns lifecycle |
|
map readable component keys to validators and builders |
|
constructed task, optimizer, input-prep config, and selected identities |
|
shipped Tiny/NPP/AdamW registrations |
These functions and objects do not own iteration, application artifacts, provider resources, or job lifecycle.