From 1ca40e9306389ab301e93f7d65cb43d5e825fffd Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Fri, 26 Sep 2025 13:53:06 -0400 Subject: [PATCH] IMPROVE: Make milestone examples self-contained with clear dataset handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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