summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2026-02-14Refactor: factorize common WGPU patterns into helper functionsskal
2026-02-14Update docs: CNN v2 sigmoid activation summaryskal
2026-02-14Replace hard clamp with sigmoid activation in CNN v2skal
2026-02-14Document CNN v2 training pipeline improvementsskal
2026-02-14Add --output-weights option to CNN v2 training pipelineskal
2026-02-14Fix CNN v2 static feature channel mapping (p4-p7 → channels 8-11)skal
2026-02-14gen_identity_weights: Change --mix to 50-50 blendskal
2026-02-14gen_identity_weights: Add --p47 option for static feature visualizationskal
2026-02-14gen_identity_weights: Add --mix option for static feature blendingskal
2026-02-14cnn_test: --weights now overrides layer config from .bin fileskal
2026-02-13CNN v2: Fix Layer 0 visualization scale (was 0.5, now 1.0)skal
2026-02-13CNN v2: Add debugging tools for mismatch investigationskal
2026-02-13CNN v2: Alpha channel depth handling and layer visualizationskal
2026-02-13CNN v2 web tool: Document embedded default weightsskal
2026-02-13CNN test tool: Add CNN v2 support with compute shader architectureskal
2026-02-13CNN v2 training: Add --grayscale-loss option for luminance-based loss computa...skal
2026-02-13CNN v2 training: Expose all parameters as CLI optionsskal
2026-02-13CNN v2: Change feature #6 from sin(10*x) to sin(20*y)skal
2026-02-13CNN v2: Add TODO for flexible feature layout in binary format v3skal
2026-02-13Doc: Update CNN v2 docs for binary format v2 and mip-level supportskal
2026-02-13Doc: Update HOWTO.md with --mip-level example for full pipelineskal
2026-02-13CNN v2: Add --mip-level option for parametric featuresskal
2026-02-13CNN v2 test tool: Refactoring and video loop supportskal
2026-02-13CNN v2 web tool: Fix layer naming and visualization bugsskal
2026-02-13Doc: Add tracker humanization and sample offset featuresskal
2026-02-13Doc: Clarify CNN v2 training uses RGBA targetsskal
2026-02-13CNN v2: Restore per-layer kernel sizes supportskal
2026-02-13CNN v2: Refactor to uniform 12D→4D architectureskal
2026-02-13CNN v2 Web Tool: Unify layer terminology and add binary format specskal
2026-02-13CNN v2 Web Tool: Add layer/weight visualization with debug infrastructureskal
2026-02-13Documentation: Update for file hierarchy reorganizationskal
2026-02-13Investigation: Shader code reuse options analysisskal
2026-02-12test_demo: Add beat-synchronized CNN post-processing with version selectionskal
2026-02-12Update docs and help messages for CNN v2 completionskal
2026-02-12CNN v2: parametric static features - Phases 1-4skal
2026-02-12CNN v2: parametric static features - design docskal
2026-02-12remove some artefacts. update docs.skal
2026-02-12docs: complete beat-based timing documentationskal
2026-02-12docs: consolidate beat-based timing documentationskal
2026-02-12feat: implement beat-based timing systemskal
2026-02-11docs: Add CNN flatten mode technical analysisskal
2026-02-11docs: Update CNN comments and add bias fix summaryskal
2026-02-11docs: Streamline auxiliary texture init doc for handoffskal
2026-02-11docs: Update tech doc with Renderer3D initialization fixskal
2026-02-11docs: Add auxiliary texture initialization tech docskal
2026-02-11refactor: Simplify effect render API and fix uniform initializationskal
2026-02-11fix: CNN training/inference to match WGSL sliding windowskal
2026-02-11refactor: Modularize CMake build system into 10 specialized modulesskal
2026-02-11fix: CNN test tool GPU readback with wgpuDevicePollskal
2026-02-11fix: CNN test tool ping-pong bug and RGBA16Float intermediatesskal