mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-08 10:12:32 -05:00
IMPORT PATH FIXES: All modules now reference correct directories Fixed Paths: ✅ 02_tensor → 01_tensor (in all modules) ✅ 03_activations → 02_activations (in all modules) ✅ 04_layers → 03_layers (in all modules) ✅ 05_losses → 04_losses (in all modules) ✅ Added comprehensive fallback imports for 07_training Module Test Status: ✅ 01_tensor, 02_activations, 03_layers: All tests pass ✅ 06_optimizers, 08_spatial: All tests pass 🔧 04_losses: Syntax error (markdown in Python) 🔧 05_autograd: Test assertion failure 🔧 07_training: Import paths fixed, ready for retest All import dependencies now correctly reference reorganized module structure.