Add many to the test suite

101-layer Deep stack (64->64 x100). Fails the same way as
norb_small_16h_v2: only legacy *.weights.dat files exist (the pre-split
combined-weights format current code never reads), no .w/.bh/.bv.dat for
any layer -- a pre-existing data gap, not a bug. 6/8 pass.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016K8Gu7Qejd11JbdiHZqYAs
This commit is contained in:
2026-07-27 14:52:13 +02:00
co-authored by Claude Sonnet 5
parent 1acc05bc24
commit 7b842ea50c
+1 -1
View File
@@ -90,7 +90,7 @@ TestResult testProject(const std::string &name)
int main()
{
std::vector<std::string> projects = {"1-hot", "prims", "norb_small_16h_v2", "norb_small_16h", "mnist_2", "prims_deep", "count"};
std::vector<std::string> projects = {"1-hot", "prims", "norb_small_16h_v2", "norb_small_16h", "mnist_2", "prims_deep", "count", "many"};
int numPassed = 0;
for (const std::string &name : projects)