diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 25 |
1 files changed, 11 insertions, 14 deletions
@@ -12,25 +12,13 @@ Procedural spectrogram tool: 50-100× compression (5 KB .spec → ~100 bytes C++ --- -## Priority 2: CNN v2 8-bit Quantization - -Reduce weights from f16 (~3.2 KB) to i8 (~1.6 KB). - -**Requirements:** Quantization-aware training (QAT) -**Design:** `cnn_v2/docs/CNN_V2.md` - ---- - -## Priority 3: Test Infrastructure Maintenance [ONGOING] +## Priority 2: Test Infrastructure Maintenance [ONGOING] **Status:** 35/35 tests passing **Outstanding TODOs:** - -2. **test_audio_engine.cc:152** - Re-enable commented test after debugging - -3. **test_fft.cc:87** - Investigate FFT-DCT algorithm discrepancy +1. **test_fft.cc:87** - Investigate FFT-DCT algorithm discrepancy ## Priority 4: Audio System Enhancements [LOW PRIORITY] @@ -72,6 +60,15 @@ Ongoing shader code hygiene for granular, reusable snippets. --- +## Future: CNN v3 8-bit Quantization + +Reduce weights from f16 (~3.2 KB) to i8 (~1.6 KB). + +**Requirements:** Quantization-aware training (QAT) +**Design:** `cnn_v2/docs/CNN_V2.md` + +--- + ## Future: Size Optimization (64k Target) - Task #22: Windows Native Platform (Win32) |
