Add count to the test suite
Single-layer Deep stack (4x2->16), has saved weights and training data. Passes: reconstruction error ~0.000000 vs. mean-baseline 0.16. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016K8Gu7Qejd11JbdiHZqYAs
This commit is contained in:
+1
-1
@@ -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"};
|
||||
std::vector<std::string> projects = {"1-hot", "prims", "norb_small_16h_v2", "norb_small_16h", "mnist_2", "prims_deep", "count"};
|
||||
|
||||
int numPassed = 0;
|
||||
for (const std::string &name : projects)
|
||||
|
||||
Reference in New Issue
Block a user