From e8344bc84ec0f571e5c5aafffe7c914abe226bd6 Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 12 Feb 2026 12:10:40 +0100 Subject: CNN v2: Storage buffer complete - real weights exported - Export weights from epoch 70 checkpoint (3.2 KB binary) - Disable shader template generation (use manual cnn_v2_compute.wgsl) - Build successful with real weights - Ready for integration testing Storage buffer architecture complete: - Dynamic layer count support - ~0.3ms overhead vs constants (negligible) - Single shader, flexible configuration - Binary format: header + layer info + f16 weights --- checkpoints/checkpoint_epoch_80.pth | Bin 0 -> 24343 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 checkpoints/checkpoint_epoch_80.pth (limited to 'checkpoints/checkpoint_epoch_80.pth') diff --git a/checkpoints/checkpoint_epoch_80.pth b/checkpoints/checkpoint_epoch_80.pth new file mode 100644 index 0000000..cfa0569 Binary files /dev/null and b/checkpoints/checkpoint_epoch_80.pth differ -- cgit v1.2.3