diff options
Diffstat (limited to 'TWO_STATE_BIAS_PROGRAM.md')
| -rw-r--r-- | TWO_STATE_BIAS_PROGRAM.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TWO_STATE_BIAS_PROGRAM.md b/TWO_STATE_BIAS_PROGRAM.md index bf5bc37..58bdf6c 100644 --- a/TWO_STATE_BIAS_PROGRAM.md +++ b/TWO_STATE_BIAS_PROGRAM.md @@ -52,6 +52,12 @@ backbone-specific controller and still call the result SDIL. Neutral observations, state storage and arithmetic are charged. Baselines receive the same observation budget when applicable. +Every adapter is also bound by `HARDWARE_LOCALITY_CONTRACT.md`: SDIL training +must execute with autograd disabled, and a stored local observation tuple must +reproduce its update without the model, task loss, labels or downstream +layers. Author code may use autograd as a native reference, but paper-facing +SDIL runs require an audited hand-written local update. + ## Unified bias model For local population or edge `l`, let the clean two-state teaching estimate be |
