mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-04 00:29:10 -05:00
fix: update tier boundaries across all documentation
Comprehensive update to reflect correct module assignments: - Foundation Tier: 01-08 (was incorrectly 01-07 in many places) - Architecture Tier: 09-13 (was incorrectly 08-13 in many places) Updated files: - Site pages: intro.md, big-picture.md, getting-started.md - Tier docs: olympics.md, optimization.md - TITO docs: milestones.md - Source ABOUT.md: 09, 10, 11, 12, 13, 14, 16 - Paper diagrams: module_flow.dot, module_flow_horizontal.tex - Milestones: README.md, 02_1969_xor/ABOUT.md - Tests: integration/README.md - CLI: tito/commands/module/test.py
This commit is contained in:
@@ -20,7 +20,7 @@ This pattern catches the most common and frustrating bugs students encounter.
|
||||
|
||||
| Test File | What It Catches | Modules |
|
||||
|-----------|-----------------|---------|
|
||||
| `test_gradient_flow.py` | Broken backpropagation | 01-07 |
|
||||
| `test_gradient_flow.py` | Broken backpropagation | 01-08 |
|
||||
| `test_training_flow.py` | Training loop failures | 05-07 |
|
||||
| `test_nlp_pipeline_flow.py` | NLP stack issues | 10-13 |
|
||||
| `test_cnn_integration.py` | CNN gradient issues | 09 |
|
||||
|
||||
Reference in New Issue
Block a user