Files
TinyTorch/modules
Vijay Janapa Reddi 490ad681a1 FIX: Update milestone examples to use correct TinyTorch imports
- Fixed MNIST MLP to use manual cross-entropy (losses module not exported)
- Removed incorrect CrossEntropyLoss and Adam imports from MNIST example
- Updated training to use simple SGD instead of Adam for Module 8 compatibility
- All 5 milestone examples now tested and working:
  * Perceptron 1957 ✓
  * XOR 1969 ✓
  * MNIST MLP 1986 ✓
  * CIFAR CNN Modern ✓
  * GPT 2018 ✓
2025-09-26 13:35:32 -04:00
..