mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-18 17:03:56 -05:00
[PR #1854] fixes for tinytorch modules 07 and 08 as well as some rewording for lab 01 #27317
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/1854
Author: @vedant-a-joshi
Created: 6/10/2026
Status: 🔄 Open
Base:
dev← Head:fix/tinytorch-modules-and-labs📝 Commits (3)
dafadd0lab 01 fixes and minor rewording7f44ee1tinytorch modules 07 and 08 diagram fixes737840aUpdate contributors list [skip ci]📊 Changes
5 files changed (+149 additions, -149 deletions)
View changed files
📝
.all-contributorsrc(+1 -1)📝
labs/vol1/lab_01_ml_intro.py(+17 -15)📝
site/about/contributors.json(+5 -5)📝
tinytorch/src/07_optimizers/07_optimizers.py(+73 -77)📝
tinytorch/src/08_training/08_training.py(+53 -51)📄 Description
Tested through
tito module test NNfor modules 07 and 08.Note: It fails FAILED tests/integration/test_training_flow.py::TestTrainingReducesLoss::test_mlp_loss_decreases, however the commits here aren't meant to fix this, and they shouldn't be altering/causing it in any way.
I manually checked to make sure the new diagrams and wording is accurate.
Changes for tinytorch
Changes for labs
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.