summaryrefslogtreecommitdiff
path: root/training/train_cnn.py
AgeCommit message (Expand)Author
18 hoursdocs: Update CNN comments and add bias fix summaryskal
18 hoursfix: CNN bias accumulation and output format improvementsskal
25 hoursrefactor: Use linspace(-1,1) directly for coordsskal
25 hoursfix: Compute gray from [0,1] RGB in CNN shader generatorskal
31 hoursadd --save-intermediates to train.py and cnn_testskal
31 hoursfix: Move sigmoid activation to call site in CNN layer shaderskal
31 hoursfix: Replace clamp with sigmoid in CNN final layerskal
32 hoursfeat: Add early stopping to CNN trainingskal
32 hoursfix: CNN training/inference to match WGSL sliding windowskal
32 hoursformat .wgsl layer code (cosmetics)skal
41 hoursfix: Use patch-based inference to match CNN training distributionskal
41 hoursopt: Move invariant in1 calculation outside CNN convolution loopsskal
42 hoursopt: Vec4-optimize CNN convolution shaders for SIMDskal
43 hoursfeat: Add salient-point patch extraction for CNN trainingskal
44 hoursfix: Correct UV coordinate computation to match PyTorch linspaceskal
44 hoursfix: Add clamp to CNN final layer to match PyTorch trainingskal
44 hoursrefactor: Optimize CNN grayscale computationskal
45 hoursupdate train_cnn.py and shaderskal
45 hoursfeat: Add inference mode to train_cnn.py for ground truth generationskal
46 hoursfix: CNN training normalization pipeline consistencyskal
47 hoursrefactor: Optimize CNN normalization to eliminate redundant conversionsskal
48 hoursfix: Support variable kernel sizes in CNN layer generationskal
2 daysfeat: CNN RGBD→grayscale with 7-channel augmented inputskal
2 daysfeat: Add multi-layer CNN support with framebuffer capture and blend controlskal
2 daysfeat: Add checkpointing support to CNN training scriptskal
2 daysfix: Auto-expand single kernel size to all layers in training scriptskal
2 daysfeat: Add coordinate-aware CNN layer 0 for position-dependent stylizationskal