From c27b34279c0d1c2a8f1dbceb0e154b585b5c6916 Mon Sep 17 00:00:00 2001 From: skal Date: Fri, 13 Feb 2026 11:44:41 +0100 Subject: CNN v2 Web Tool: Unify layer terminology and add binary format spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename 'Static (L0)' → 'Static' (clearer, less confusing) - Update channel labels: 'R/G/B/D' → 'Ch0 (R)/Ch1 (G)/Ch2 (B)/Ch3 (D)' - Add 'Layer' prefix in weights table for consistency - Document layer indexing: Static + Layer 1,2,3... (UI) ↔ weights.layers[0,1,2...] - Add explanatory notes about 7D input and 4-of-8 channel display - Create doc/CNN_V2_BINARY_FORMAT.md with complete .bin specification - Cross-reference spec in CNN_V2.md and CNN_V2_WEB_TOOL.md Co-Authored-By: Claude Sonnet 4.5 --- doc/CNN_V2.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/CNN_V2.md') diff --git a/doc/CNN_V2.md b/doc/CNN_V2.md index 09d0841..588c3db 100644 --- a/doc/CNN_V2.md +++ b/doc/CNN_V2.md @@ -669,6 +669,15 @@ workspaces/main/shaders/cnn_*.wgsl # Original v1 shaders --- +## Related Documentation + +- `doc/CNN_V2_BINARY_FORMAT.md` - Binary weight file specification (.bin format) +- `doc/CNN_V2_WEB_TOOL.md` - WebGPU testing tool with layer visualization +- `doc/CNN_TEST_TOOL.md` - C++ offline validation tool (deprecated) +- `doc/HOWTO.md` - Training and validation workflows + +--- + **Document Version:** 1.0 **Last Updated:** 2026-02-12 **Status:** Design approved, ready for implementation -- cgit v1.2.3