mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-07 12:42:52 -05:00
- Add training_dev.py with comprehensive educational structure - Implement MeanSquaredError, CrossEntropyLoss, BinaryCrossEntropyLoss - Add Accuracy metric with extensible framework - Create Trainer class for complete training orchestration - Include comprehensive inline tests for all components - Add module.yaml with proper dependencies and metadata - Create detailed README.md with examples and applications - Add test_training_integration.py with real component integration tests - Follow TinyTorch NBDev educational pattern with Build → Use → Optimize - Ready for real-world training workflows with validation and monitoring