mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 16:34:48 -05:00
[PR #1885] tinytorch module 09 fixes and feature #27346
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/1885
Author: @vedant-a-joshi
Created: 6/17/2026
Status: 🔄 Open
Base:
dev← Head:tinytorch-module-09-fixes-and-feature📝 Commits (1)
efa75ebtinytorch module 09 fixes and feature📊 Changes
1 file changed (+198 additions, -183 deletions)
View changed files
📝
tinytorch/src/09_convolutions/09_convolutions.py(+198 -183)📄 Description
TinyTorch Module 09
Fixed misaligned tables. Fixed calculations for some of the comparisons. Fixed formatting of cells with extra new lines at the top as well as HTML tags. Added an average pooling backwards gradient. Other minor fixes to make sure everything looks neat.
Tested by running
pytest tests/, and the tests relevant to module 09 passed. Rantito module test 09and appropriate tests were passed. Note, there were some warnings aboutassertvs.returnin the tests. Manually verified that formatting looks good by running it as a jupyter notebook and checking manually.By submitting this PR, you agree to release your contribution under the project's license.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.