summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-14Factor common test patterns into reusable utilitiesskal
2026-02-14Remove non-functional Gantt test scriptsskal
2026-02-14Update docs: CNN v2 sigmoid activation summaryskal
2026-02-14Replace hard clamp with sigmoid activation in CNN v2skal
2026-02-14Add --lr parameter to CNN v2 training pipelineskal
2026-02-14Document CNN v2 training pipeline improvementsskal
2026-02-14Streamline CNN v2 training pipeline outputskal
2026-02-14Fix CNN v2 training: always save final checkpoint, derive num_layersskal
2026-02-14Add --output-weights option to CNN v2 training pipelineskal
2026-02-14Fix --mix option: blend prev layer with static p4-p7, not p0-p3skal
2026-02-14Fix CNN v2 static feature channel mapping (p4-p7 → channels 8-11)skal
2026-02-14CNN v2 web tool: Remove vizScale, always show raw layer valuesskal
2026-02-14CNN v2 web tool: Fix vizScale for final layer previewskal
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 v2 tool: Fix off-by-one in composited layer filenamesskal
2026-02-14CNN v2: Fix weight buffer offset bugskal
2026-02-14cnn_test: --weights now overrides layer config from .bin fileskal
2026-02-13cnn_test: Add --weights option for runtime weight loadingskal
2026-02-13CNN v2: Remove vizScale, always clip to [0,1]skal
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 training: Fix float64/float32 dtype mismatch in depth featureskal
2026-02-13CNN v2: Alpha channel depth handling and layer visualizationskal
2026-02-13CNN v2: Use alpha channel for p3 depth feature + layer visualizationskal
2026-02-13CNN v2 web tool: Document embedded default weightsskal
2026-02-13CNN v2 web tool: Update embedded weights to current checkpointskal
2026-02-13CNN v2 web tool: Multiple fixes for feature parity with cnn_testskal
2026-02-13CNN v2 web tool: Fix static features shader sampling and header offsetskal
2026-02-13CNN v2 web tool: Enhance UI visibility and layer preview interactionskal
2026-02-13CNN v2 training: Refactor train_cnn_v2_full.sh for maintainabilityskal
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: Fix WebGPU validation error in uniform buffer alignmentskal
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-13CNN v2 HTML tool: Support binary format v2 with mip_levelskal
2026-02-13CNN v2: Add mip-level support to runtime effectskal
2026-02-13Doc: Update HOWTO.md with --mip-level example for full pipelineskal
2026-02-13CNN v2 full pipeline: Add --mip-level optionskal
2026-02-13CNN v2 export: Read and display mip_level from checkpointsskal
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 test tool: Add mip level selector for p0-p3 featuresskal
2026-02-13CNN v2 test tool: Embed default weights for instant startupskal
2026-02-13CNN v2: Fix activation function mismatch between training and inferenceskal
2026-02-13CNN v2 test tool: UI improvements and video playback fixesskal