mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 03:33:33 -05:00
- Renamed dense_dev.py → networks_dev.py in module 05 - Renamed compression_dev.py → regularization_dev.py in module 16 - All existing modules (1-7, 9-11, 13, 16) now pass tests - XORNet, CIFAR-10, and TinyGPT examples all working - Integration tests passing Test results: ✅ Part I (Modules 1-5): All passing ✅ Part II (Modules 6-11): 5/6 passing (08_normalization needs content) ✅ Part III (Modules 12-17): 2/6 passing (need to create 12,14,15,17) ✅ All examples working (XOR, CIFAR-10, TinyGPT imports)