Files
TinyTorch/modules
Vijay Janapa Reddi 42c6163061 Fix module dependency ordering - no forward references
- Parameter class now works with basic Tensors initially, upgrades to Variables when autograd available
- Loss functions work with basic tensor operations before autograd module
- Each module can now be built and tested sequentially without needing future modules
- Modules 01-04 work with basic Tensors only
- Module 05 introduces autograd, then earlier modules get gradient capabilities
- Restored proper pedagogical flow for incremental learning
2025-09-29 10:54:14 -04:00
..