Files
TinyTorch/examples/data_manager.py
Vijay Janapa Reddi 21acba715c IMPROVE: Make milestone examples self-contained with clear dataset handling
Each example now has its own README explaining:
- Prerequisites and module dependencies
- How to run the example
- Dataset details (size, source, caching)
- Expected results and training times
- Architecture diagrams
- Historical significance
- Troubleshooting tips

Dataset improvements:
- Better progress bar with MB downloaded/total
- Visual progress indicator [████░░░░] style
- Clear feedback about download status

This addresses the confusion about how datasets work:
- DataLoader (Module 10) doesn't download data, just batches it
- DataManager handles downloads and caching
- Each example explains its data requirements clearly
- Self-contained folders with everything needed
2025-09-26 13:53:06 -04:00

8.3 KiB