From e22256e374694fd92cc55ba198d3f7b1911713fe Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 29 Mar 2026 10:15:38 +0200 Subject: docs: consolidate and sync docs with current codebase state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PROJECT_CONTEXT.md: fix effect count (12→18), shader count (27→37), update CNN v3 pipeline description, tighten Next Up section - TODO.md: fix priority numbering, restore GPU PCM synthesis as pending, streamline CNN v3 section, consolidate Future items - doc/SEQUENCE.md: effect count 12→18 - cnn_v3/README.md: phases 1–7→1–9, test count 36→38, add phases 8–9 - cnn_v3/docs/HOWTO.md: fix dataset layout blender/photos→full/simple, update test counts 36→38 throughout - doc/COMPLETED.md: archive FFT/timing/OLA fixes, remove false GPU PCM claim - src/audio/audio_engine.cc: fix step comment numbering (6→5) - src/audio/synth.cc: remove stale fractional_pos tempo-scaling comment handoff(Gemini): docs now accurate — 18 effects, 37 shaders, 38/38 tests, GPU PCM synthesis back in TODO as pending, CNN v3 dataset layout corrected. --- cnn_v3/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cnn_v3/README.md') diff --git a/cnn_v3/README.md b/cnn_v3/README.md index a844b1b..bd54e50 100644 --- a/cnn_v3/README.md +++ b/cnn_v3/README.md @@ -31,7 +31,7 @@ Add images directly to these directories and commit them. ## Status -**Phases 1–7 complete.** 36/36 tests pass. +**Phases 1–9 complete.** 38/38 tests pass. Training bugs fixed (2026-03-27). | Phase | Status | |-------|--------| @@ -42,6 +42,8 @@ Add images directly to these directories and commit them. | 5 — Parity validation | ✅ max_err=4.88e-4 | | 6 — Training script | ✅ train_cnn_v3.py | | 7 — Validation tools | ✅ GBufViewEffect + web sample loader | +| 8 — Architecture upgrade [8,16] | ✅ enc_channels=[8,16], 16ch split into lo/hi pairs | +| 9 — Training bug fixes | ✅ dec0 ReLU removed, FiLM MLP loaded from .bin | See `cnn_v3/docs/HOWTO.md` for the practical playbook (§9 covers validation tools). See `cnn_v3/docs/CNN_V3.md` for full design. -- cgit v1.2.3