summaryrefslogtreecommitdiff
path: root/workspaces/main/shaders/cnn/cnn_layer.wgsl
AgeCommit message (Expand)Author
4 daysdocs: Update CNN comments and add bias fix summaryskal
4 daysupdate cnn codeskal
4 daysfix: Move sigmoid activation to call site in CNN layer shaderskal
4 daysfix: Replace clamp with sigmoid in CNN final layerskal
4 daysformat .wgsl layer code (cosmetics)skal
5 daysopt: Vec4-optimize CNN convolution shaders for SIMDskal
5 dayschore: Update CNN architecture to 3×3×3 with new trained weightsskal
5 daysfix: Correct UV coordinate computation to match PyTorch linspaceskal
5 daysfix: Add clamp to CNN final layer to match PyTorch trainingskal
5 daysrefactor: Optimize CNN grayscale computationskal
5 daysupdate train_cnn.py and shaderskal
5 daysudpate CNN shader code.skal
5 daysrefactor: Optimize CNN normalization to eliminate redundant conversionsskal
5 daysfix: Support variable kernel sizes in CNN layer generationskal
5 daysfix: Resolve CNN effect black screen bug (framebuffer capture + uniforms)skal
5 daysfeat: Add multi-layer CNN support with framebuffer capture and blend controlskal
5 daysfeat: Add coordinate-aware CNN layer 0 for position-dependent stylizationskal
5 daysfeat: Add CNN post-processing effect with modular WGSL architectureskal