summaryrefslogtreecommitdiff
path: root/training
AgeCommit message (Expand)Author
2026-02-11feat: Add early stopping to CNN trainingskal
2026-02-11fix: CNN training/inference to match WGSL sliding windowskal
2026-02-11format .wgsl layer code (cosmetics)skal
2026-02-11fix: Use patch-based inference to match CNN training distributionskal
2026-02-11opt: Move invariant in1 calculation outside CNN convolution loopsskal
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-10docs: Update CNN training documentation with patch extractionskal
2026-02-10feat: Add salient-point patch extraction for CNN trainingskal
2026-02-10fix: Correct UV coordinate computation to match PyTorch linspaceskal
2026-02-10fix: Add clamp to CNN final layer to match PyTorch trainingskal
2026-02-10refactor: Optimize CNN grayscale computationskal
2026-02-10update train_cnn.py and shaderskal
2026-02-10feat: Add inference mode to train_cnn.py for ground truth generationskal
2026-02-10fix: CNN training normalization pipeline consistencyskal
2026-02-10refactor: Optimize CNN normalization to eliminate redundant conversionsskal
2026-02-10fix: Support variable kernel sizes in CNN layer generationskal
2026-02-10feat: CNN RGBD→grayscale with 7-channel augmented inputskal
2026-02-10udpateskal
2026-02-10feat: Add multi-layer CNN support with framebuffer capture and blend controlskal
2026-02-10docs: Update and streamline CNN training documentationskal
2026-02-10feat: Add checkpointing support to CNN training scriptskal
2026-02-10fix: Auto-expand single kernel size to all layers in training scriptskal
2026-02-10update target imagesskal
2026-02-10feat: Add coordinate-aware CNN layer 0 for position-dependent stylizationskal