summaryrefslogtreecommitdiff
path: root/training
AgeCommit message (Expand)Author
11 hoursRefine training script output and validationskal
11 hoursTODO: 8-bit weight quantization for 2× size reductionskal
11 hoursCNN v2: Storage buffer complete - real weights exportedskal
11 hoursCNN v2: storage buffer architecture foundationskal
12 hoursTODO: Add random sampling to patch-based trainingskal
12 hoursCNN v2: Patch-based training as default (like CNN v1)skal
12 hoursFix: CNN v2 training - handle variable image sizesskal
12 hoursCNN v2: parametric static features - Phases 1-4skal
14 hoursremove more stale filesskal
23 hoursfeat: implement beat-based timing systemskal
23 hoursadd trained layersskal
24 hoursdocs: Update CNN comments and add bias fix summaryskal
24 hoursfix: CNN bias accumulation and output format improvementsskal
30 hoursupdate cnn codeskal
31 hoursrefactor: Use linspace(-1,1) directly for coordsskal
31 hoursfix: Compute gray from [0,1] RGB in CNN shader generatorskal
35 hoursfix: Complete auxiliary texture initialization fixskal
37 hoursadd --save-intermediates to train.py and cnn_testskal
37 hoursfix: Move sigmoid activation to call site in CNN layer shaderskal
37 hoursfix: Replace clamp with sigmoid in CNN final layerskal
38 hoursfeat: Add early stopping to CNN trainingskal
38 hoursfix: CNN training/inference to match WGSL sliding windowskal
38 hoursformat .wgsl layer code (cosmetics)skal
47 hoursfix: Use patch-based inference to match CNN training distributionskal
47 hoursopt: Move invariant in1 calculation outside CNN convolution loopsskal
2 daysopt: Vec4-optimize CNN convolution shaders for SIMDskal
2 dayschore: Update CNN architecture to 3×3×3 with new trained weightsskal
2 daysdocs: Update CNN training documentation with patch extractionskal
2 daysfeat: Add salient-point patch extraction for CNN trainingskal
2 daysfix: Correct UV coordinate computation to match PyTorch linspaceskal
2 daysfix: Add clamp to CNN final layer to match PyTorch trainingskal
2 daysrefactor: Optimize CNN grayscale computationskal
2 daysupdate train_cnn.py and shaderskal
2 daysfeat: Add inference mode to train_cnn.py for ground truth generationskal
2 daysfix: CNN training normalization pipeline consistencyskal
2 daysrefactor: Optimize CNN normalization to eliminate redundant conversionsskal
2 daysfix: Support variable kernel sizes in CNN layer generationskal
2 daysfeat: CNN RGBD→grayscale with 7-channel augmented inputskal
2 daysudpateskal
2 daysfeat: Add multi-layer CNN support with framebuffer capture and blend controlskal
3 daysdocs: Update and streamline CNN training documentationskal
3 daysfeat: Add checkpointing support to CNN training scriptskal
3 daysfix: Auto-expand single kernel size to all layers in training scriptskal
3 daysupdate target imagesskal
3 daysfeat: Add coordinate-aware CNN layer 0 for position-dependent stylizationskal