You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create test directories for all examples (CharGenTest, Regression1DTest, Classify2DTest, etc.)
- Add .cpp and .upp files for each test package
- Implement functionality tests matching each example's core features
- Create build and run scripts for individual and bulk testing
- Add documentation in README_TESTS.md
Tests use the U++ Core library and ConvNetCpp functionality, with assertions to verify correct behavior. Each test is a standalone console application that follows the `CONSOLE_APP_MAIN` pattern from U++.
76
+
77
+
All tests are headless (no GUI components) and focus on the core neural network functionality demonstrated in the examples.
0 commit comments