summaryrefslogtreecommitdiff
path: root/COLLABORATOR_ONBOARDING.md
diff options
context:
space:
mode:
Diffstat (limited to 'COLLABORATOR_ONBOARDING.md')
-rw-r--r--COLLABORATOR_ONBOARDING.md36
1 files changed, 26 insertions, 10 deletions
diff --git a/COLLABORATOR_ONBOARDING.md b/COLLABORATOR_ONBOARDING.md
index 79b1091..f0c5b92 100644
--- a/COLLABORATOR_ONBOARDING.md
+++ b/COLLABORATOR_ONBOARDING.md
@@ -123,13 +123,30 @@ residualization is necessary.
## Frozen-run state
-The Plain-CNN selector and its 27-cell endpoint are frozen. As of 2026-07-30,
-the ResNet selector has 18/19 records and the Transformer selector has not yet
-opened; therefore the current commit can start the Plain-CNN 27 cells but the
-complete launcher intentionally refuses to start ResNet or Transformer
-endpoints until their passed selector JSON files are committed. Wait for the
-maintainer to announce the exact A6000 run-packet commit/tag before launching
-`--family all`. Never construct or edit a selector manually.
+All three validation-only selectors are frozen, and the complete A6000 matrix
+is open at tag `a6000-x1-v1`. The ResNet selector passes 19/19 records at
+[`results/resnet_crossover/p1_selector.json`](results/resnet_crossover/p1_selector.json)
+(SHA-256 `0f0fcdfcd0056b034a9cd95e57970782bb2c33785832ab1cbe27e5dbe212111b`),
+and the Transformer selector passes 27/27 records at
+[`results/transformer_crossover/p1_selector.json`](results/transformer_crossover/p1_selector.json)
+(SHA-256 `5bd65b2d22ff666c4f720f2094cd1c7d9a5eff68ceee27ece19da60a6a62d11b`).
+Both use validation only, contain all nine methods, and report no missing
+experiments. Never construct, edit, or retune a selector manually.
+
+| method | ResNet selected LR | Transformer selected LR |
+|---|---:|---:|
+| BP | 0.1 | 0.001 |
+| FA | 0.1 | 0.001 |
+| DFA | 0.01 | 0.003 |
+| PEPITA | 0.003 | 0.001 |
+| Forward-Forward | 0.03 | 0.0001 |
+| EP | 0.0003 | 0.001 |
+| Dual Propagation | 0.05 | 0.001 |
+| clean KP | 0.1 | 0.003 |
+| SDIL | 0.1 | 0.001 |
+
+These rates were selected on the smallest model of each family under the
+precommitted bounded grid and are copied unchanged to all three family sizes.
## Machine and environment setup
@@ -207,9 +224,8 @@ Start the formal run inside `tmux` or another persistent session:
--family all 2>&1 | tee a6000-matrix.log
```
-Before the selector-release commit, the collaborator may start only the
-already-frozen Plain-CNN block by replacing `--family all` with
-`--family plain`. Later, rerunning `--family all` preserves every completed
+The full `--family all` queue is now open. If the collaborator already started
+the Plain-CNN block, rerunning `--family all` preserves every completed
manifest and continues with ResNet and Transformer. A manifest is the resume
boundary. If an output exists without its manifest, the runner stops and asks
for an audit; do not delete the output just to make the queue continue.