summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 daysfeat: Add early stopping to CNN trainingskal
5 daysfix: CNN training/inference to match WGSL sliding windowskal
5 daysformat .wgsl layer code (cosmetics)skal
5 daysfix: Guard cnn_test build with STRIP_ALL checkskal
5 daysrefactor: Modularize CMake build system into 10 specialized modulesskal
5 daysfix: CNN test tool GPU readback with wgpuDevicePollskal
5 daysdebug: Add shader load verification and GPU sync to CNN test toolskal
5 daysfix: CNN test tool ping-pong bug and RGBA16Float intermediatesskal
5 daysfeat: Add CNN shader testing tool with GPU texture readbackskal
6 daysfix: Use patch-based inference to match CNN training distributionskal
6 daysopt: Move invariant in1 calculation outside CNN convolution loopsskal
6 daysopt: Vec4-optimize CNN convolution shaders for SIMDskal
6 dayschore: Update CNN architecture to 3×3×3 with new trained weightsskal
6 daysdocs: Update CNN training documentation with patch extractionskal
6 daysfeat: Add salient-point patch extraction for CNN trainingskal
6 daysfix: Use ClampToEdge sampler for CNN to avoid edge wrappingskal
6 daysfix: Correct UV coordinate computation to match PyTorch linspaceskal
6 daysfix: Add clamp to CNN final layer to match PyTorch trainingskal
6 daysfix: PostProcessHelperTest signature and fixture sharingskal
6 daysrefactor: Optimize CNN grayscale computationskal
6 daysupdate train_cnn.py and shaderskal
6 daysdocs: Add inference mode to training documentationskal
6 daysfeat: Add inference mode to train_cnn.py for ground truth generationskal
6 daysfix: CNN training normalization pipeline consistencyskal
6 daysudpate CNN shader code.skal
6 daysfeat: Add --shader-only option to convert_shadertoy.pyskal
6 daysrefactor: Optimize CNN normalization to eliminate redundant conversionsskal
6 daysupdate timeline.seqskal
6 daysfix: Flip Y-axis to match ShaderToy coordinate conventionskal
6 daysrefactor: Improve convert_shadertoy.py to generate compile-ready codeskal
6 daysfeat: Add Scene1 effect from ShaderToy (raymarching cube & sphere)skal
6 dayschore: Remove incomplete CubeSphere effectskal
6 daysdocs: Fix EFFECT keyword syntax and add automation-friendly workflowskal
6 daysfeat: Add ShaderToy conversion toolsskal
6 daysfix: Support variable kernel sizes in CNN layer generationskal
6 daysdocs: Document WGPU builder refactoring in COMPLETED.mdskal
6 daysrefactor: Factor WGPU boilerplate into builder pattern helpersskal
6 daysfeat: CNN RGBD→grayscale with 7-channel augmented inputskal
6 daysudpateskal
6 daysupdate timelineskal
6 daysfix: Resolve CNN effect black screen bug (framebuffer capture + uniforms)skal
6 daysfix: Capture scene framebuffer before post-processing for CNN effectskal
6 daysfeat: Add multi-layer CNN support with framebuffer capture and blend controlskal
6 daysdocs: Update and streamline CNN training documentationskal
6 daysfeat: Add checkpointing support to CNN training scriptskal
6 daysfix: Auto-expand single kernel size to all layers in training scriptskal
6 daysupdate target imagesskal
6 daysfeat: Add coordinate-aware CNN layer 0 for position-dependent stylizationskal
6 daysdocs: Add CNN effect documentation and update project statusskal
6 daysfeat: Add CNN post-processing effect with modular WGSL architectureskal