mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-21 18:01:39 -05:00
Fixed the TOC to properly display all available chapter files: Neural Network Foundations (8 modules): - 01. Setup through 08. Training - Core foundation modules for building neural networks Computer Vision (2 modules): - 09. Spatial (Conv2d operations) - 10. DataLoader (Efficient data handling) Language Models (2 modules): - 11. Attention (Multi-head attention) - 12. Transformers (Complete transformer blocks) System Optimization (3 modules): - 13. Compression (Model optimization) - 14. Kernels (Performance kernels) - 15. Benchmarking (TinyMLPerf framework) The website navigation now works properly and shows the complete module progression available for students. This maps correctly to the existing chapter files in book/chapters/.