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
This commit is contained in:
Vijay Janapa Reddi
2025-09-26 13:53:06 -04:00
parent a524ad7400
commit 1ca40e9306

Diff Content Not Available