mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-27 15:47:30 -05:00
- Replace existing tests with comprehensive educational tests - Add 12 comprehensive test cases covering all activation functions - Include ReLU, Sigmoid, Tanh, and Softmax testing - Add edge cases, numerical stability, and shape preservation tests - Add function composition and real ML scenario testing - Provide detailed feedback, hints, and progress tracking - Follow inline-first testing approach for immediate feedback