mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-06 13:42:33 -05:00
- 00_setup: Fix naming inconsistency (setup_health → setup_score) - Tests expected 'setup_score' key but implementation returned 'setup_health' - Updated all references to use consistent 'setup_score' naming - Result: 37/37 tests now passing - 05_cnn: Fix flatten function shape expectations - Comprehensive tests expected (4,) shape but integration tests expected (1,4) shape - Made comprehensive tests consistent with integration test expectations - Flatten function now correctly preserves batch dimension for realistic usage - Result: 39/39 tests now passing - 08_optimizers: Fix recursion error in test execution - Direct test call was causing infinite recursion loop - Removed problematic direct test call, rely on auto-discovery system - Result: 5/5 tests now passing All inline tests now pass: 214/214 tests (100% success rate)