Vijay Janapa Reddi
ab697a84f2
refactor(milestones): use stdlib tar filter='data' for safe CIFAR-10 extraction
2026-02-22 13:40:09 -05:00
RinZ27
7d2cd5a47d
Improve robustness of dataset extraction by validating paths
2026-02-19 22:57:20 +07:00
Vijay Janapa Reddi
167e2806e9
feat: add DataLoader visibility to CNN milestone Part 2
...
- Add download confirmation with space check to data_manager.py
- Add visualize_dataloader() showing batch/shuffle process with ASCII diagram
- Copy CIFAR-10 script to main CNN milestone folder as Part 2
- Update CNN milestone README with Part 1/Part 2 structure
- Highlight DataLoader (Module 08) showcase in Part 2
2025-12-12 15:58:35 -05:00
Vijay Janapa Reddi
c602f97364
feat: integrate TinyTorch into MLSysBook repository
...
TinyTorch educational deep learning framework now lives at tinytorch/
Structure:
- tinytorch/src/ - Source modules (single source of truth)
- tinytorch/tito/ - CLI tool
- tinytorch/tests/ - Test suite
- tinytorch/site/ - Jupyter Book website
- tinytorch/milestones/ - Historical ML implementations
- tinytorch/datasets/ - Educational datasets (tinydigits, tinytalks)
- tinytorch/assignments/ - NBGrader assignments
- tinytorch/instructor/ - Teaching materials
Workflows (with tinytorch- prefix):
- tinytorch-ci.yml - CI/CD pipeline
- tinytorch-publish-dev.yml - Dev site deployment
- tinytorch-publish-live.yml - Live site deployment
- tinytorch-build-pdf.yml - PDF generation
- tinytorch-release-check.yml - Release validation
Repository Variables added:
- TINYTORCH_ROOT = tinytorch
- TINYTORCH_SRC = tinytorch/src
- TINYTORCH_SITE = tinytorch/site
- TINYTORCH_TESTS = tinytorch/tests
All workflows use \${{ vars.TINYTORCH_* }} for path configuration.
Note: tinytorch/site/_static/favicon.svg kept as SVG (valid for favicons)
2025-12-05 19:23:18 -08:00