From 83322562ce0c33a8026611471dc7b1b3241bce64 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 16 Feb 2026 12:52:07 +0100 Subject: refactor: invert FATAL_CHECK logic to standard assertion style - Inverted FATAL_CHECK macro to crash if condition is FALSE (standard assertion) - Updated all call sites in audio, GPU, and CNN subsystems - Updated documentation and examples - Recorded completion in doc/COMPLETED.md --- TODO.md | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 4e67b51..e7aec46 100644 --- a/TODO.md +++ b/TODO.md @@ -32,7 +32,6 @@ Enhanced CNN post-processing with multi-dimensional feature inputs. **Status:** - ✅ Full implementation complete and validated -- ✅ Binary weight loading fixed (FATAL_CHECK inversion bug) - ✅ Sigmoid activation (smooth gradients, fixes training collapse) - ✅ Training pipeline: patch-based, stable convergence - ✅ All tests passing (34/36, 2 unrelated script failures) -- cgit v1.2.3