summaryrefslogtreecommitdiff
path: root/cnn_v3/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cnn_v3/README.md')
-rw-r--r--cnn_v3/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/cnn_v3/README.md b/cnn_v3/README.md
index a22d823..f161bf4 100644
--- a/cnn_v3/README.md
+++ b/cnn_v3/README.md
@@ -31,7 +31,9 @@ Add images directly to these directories and commit them.
## Status
-**Design phase.** Architecture defined, G-buffer prerequisite pending.
+**Phase 1 complete.** G-buffer integrated (raster + pack), 35/35 tests pass.
+Training infrastructure ready. U-Net WGSL shaders are next.
+See `cnn_v3/docs/HOWTO.md` for the practical playbook.
See `cnn_v3/docs/CNN_V3.md` for full design.
See `cnn_v2/` for reference implementation.