Vijay Janapa Reddi
aed246959c
docs: update site with optimization tier flow explanation
2025-12-19 19:30:39 -05:00
Vijay Janapa Reddi
ea1f3c174f
refactor(tinytorch): update remaining hardcoded module references
...
- Update integration test files for new module order
- Update checkpoint test definitions
- Update community HTML files (dashboard, index, tests)
- All references now use 05_dataloader, 06_autograd, 07_optimizers, 08_training
2025-12-18 13:16:56 -05:00
Vijay Janapa Reddi
e4896fee5d
fix(tinytorch): update favicon, hero styling, and milestone dates
...
- Replace favicon with flame icon using radial gradients
- Update community hero section to use transparent logo
- Apply modular scale typography (1.75rem subtitle, 180px logo)
- Fix og:title metadata in intro.md frontmatter
- Update milestone dates to historically accurate values
2025-12-15 17:16:24 -05:00
Vijay Janapa Reddi
0c3c75678e
refactor: rename Module 09 from Spatial to Convolutions
...
- Rename directories: src/09_spatial → src/09_convolutions,
tests/09_spatial → tests/09_convolutions
- Rename files: 09_spatial.py → 09_convolutions.py,
test_spatial_*.py → test_convolutions_*.py
- Update TOC files, TITO CLI mappings, and documentation
- Update navigation links between modules
- Remove misplaced duplicate test file from tests/06_optimizers/
- Use "CNNs" in diagrams, "Convolutions" in prose for consistency
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2025-12-14 13:13:18 -05:00
Vijay Janapa Reddi
853eb03ee8
style: apply consistent whitespace and formatting across codebase
2025-12-13 14:05:34 -05:00
kai
26e6a46b31
updated icons in website
2025-12-08 23:06:17 -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