summaryrefslogtreecommitdiff
path: root/workspaces/main/shaders/cnn/cnn_weights_generated.wgsl
AgeCommit message (Expand)Author
2026-02-12add trained layersskal
2026-02-11docs: Update CNN comments and add bias fix summaryskal
2026-02-11fix: CNN bias accumulation and output format improvementsskal
2026-02-11update cnn codeskal
2026-02-11fix: Replace clamp with sigmoid in CNN final layerskal
2026-02-11format .wgsl layer code (cosmetics)skal
2026-02-10opt: Vec4-optimize CNN convolution shaders for SIMDskal
2026-02-10chore: Update CNN architecture to 3×3×3 with new trained weightsskal
2026-02-10update train_cnn.py and shaderskal
2026-02-10udpate CNN shader code.skal
2026-02-10fix: Support variable kernel sizes in CNN layer generationskal
2026-02-10feat: Add multi-layer CNN support with framebuffer capture and blend controlskal
2026-02-10feat: Add coordinate-aware CNN layer 0 for position-dependent stylizationskal
2026-02-10feat: Add CNN post-processing effect with modular WGSL architectureskal