diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-21 10:27:50 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-21 10:27:50 +0100 |
| commit | e343021ac007549c76e58b27a361b11dd3f6a136 (patch) | |
| tree | a855b76dcc428752a09cbd192eabd16931baf804 /TODO.md | |
| parent | 1e8ccfc67c264ce054c59257ee7c17ec4a584a9e (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
