diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -33,13 +33,14 @@ Enhanced CNN post-processing with multi-dimensional feature inputs. **Status:** - ✅ Full implementation complete and validated - ✅ Binary weight loading fixed (FATAL_CHECK inversion bug) -- ✅ Training pipeline: 100 epochs, 3×3 kernels, patch-based -- ✅ All tests passing (36/36) +- ✅ Sigmoid activation (smooth gradients, fixes training collapse) +- ✅ Training pipeline: patch-based, stable convergence +- ✅ All tests passing (34/36, 2 unrelated script failures) **Specs:** - 7D static features (RGBD + UV + sin + bias) - Storage buffer weights (~3.2 KB, 8→4→4 channels) -- Dynamic layer count, per-layer params +- Sigmoid for layer 0 & final, ReLU for middle layers - <10 KB target achieved **TODO:** 8-bit quantization (2× reduction, needs QAT). |
