summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-03-21 10:27:50 +0100
committerskal <pascal.massimino@gmail.com>2026-03-21 10:27:50 +0100
commite343021ac007549c76e58b27a361b11dd3f6a136 (patch)
treea855b76dcc428752a09cbd192eabd16931baf804 /TODO.md
parent1e8ccfc67c264ce054c59257ee7c17ec4a584a9e (diff)
feat(cnn_v3): export script + HOW_TO_CNN.md playbook
- export_cnn_v3_weights.py: .pth → cnn_v3_weights.bin (f16 packed u32) + cnn_v3_film_mlp.bin (f32) - HOW_TO_CNN.md: full pipeline playbook (data collection, training, export, C++ wiring, parity, HTML tool) - TODO.md: mark export script done Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 59511d3..48518f2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -81,7 +81,7 @@ PyTorch / HTML WebGPU / C++ WebGPU.
**Next: export + real training run**
- `train_cnn_v3.py` + `cnn_v3_utils.py` written (Phase 6 training script done)
-- Still needed: `export_cnn_v3_weights.py` — convert trained `.pth` → `.bin` (f16)
+- ✅ `export_cnn_v3_weights.py` — convert trained `.pth` → `.bin` (f16)
- See `cnn_v3/docs/HOWTO.md` §3 for training commands
## Future: CNN v2 8-bit Quantization