From 156babeb49fd660888c1315321531128c28780ee Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 27 Jul 2026 14:49:15 +0200 Subject: [PATCH] Add norb_small_16h to the test suite Has saved weights and training data (unlike norb_small_16h_v2, which still has none). Passes: reconstruction error 0.0003 vs. mean-baseline 0.54. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_016K8Gu7Qejd11JbdiHZqYAs --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 8acc192..715fbff 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -90,7 +90,7 @@ TestResult testProject(const std::string &name) int main() { - std::vector projects = {"1-hot", "prims", "norb_small_16h_v2", "mnist_2"}; + std::vector projects = {"1-hot", "prims", "norb_small_16h_v2", "norb_small_16h", "mnist_2"}; int numPassed = 0; for (const std::string &name : projects)