mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-22 05:53:13 -05:00
[PR #1151] [MERGED] feat: add step-by-step visualization to milestones #7160
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1151
Author: @AndreaMattiaGaravagno
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/4/2026
Merged by: @profvjreddi
Base:
dev← Head:feature/step-by-step-milestone-visualization📝 Commits (1)
668a50afeat: add step-by-step visualization to milestones📊 Changes
8 files changed (+175 additions, -66 deletions)
View changed files
📝
tinytorch/milestones/01_1958_perceptron/01_rosenblatt_forward.py(+19 -10)📝
tinytorch/milestones/02_1969_xor/01_xor_crisis.py(+19 -5)📝
tinytorch/milestones/02_1969_xor/02_xor_solved.py(+18 -7)📝
tinytorch/milestones/03_1986_mlp/01_rumelhart_tinydigits.py(+29 -9)📝
tinytorch/milestones/04_1998_cnn/01_lecun_tinydigits.py(+18 -7)📝
tinytorch/milestones/05_2017_transformer/01_vaswani_attention.py(+24 -9)📝
tinytorch/milestones/06_2018_mlperf/01_optimization_olympics.py(+25 -11)📝
tinytorch/milestones/06_2018_mlperf/02_generation_speedup.py(+23 -8)📄 Description
Transitioned the milestone output from a bulk dump to an incremental, input-triggered flow.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.