[PR #1885] [CLOSED] tinytorch module 09 fixes and feature #30985

Closed
opened 2026-06-21 20:37:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1885
Author: @vedant-a-joshi
Created: 6/17/2026
Status: Closed

Base: devHead: tinytorch-module-09-fixes-and-feature


📝 Commits (1)

  • efa75eb tinytorch 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. Ran tito module test 09 and appropriate tests were passed. Note, there were some warnings about assert vs. return in 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.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1885 **Author:** [@vedant-a-joshi](https://github.com/vedant-a-joshi) **Created:** 6/17/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `tinytorch-module-09-fixes-and-feature` --- ### 📝 Commits (1) - [`efa75eb`](https://github.com/harvard-edge/cs249r_book/commit/efa75ebcd3677515c541e918dec82a4d984efb62) tinytorch module 09 fixes and feature ### 📊 Changes **1 file changed** (+198 additions, -183 deletions) <details> <summary>View changed files</summary> 📝 `tinytorch/src/09_convolutions/09_convolutions.py` (+198 -183) </details> ### 📄 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. Ran `tito module test 09` and appropriate tests were passed. Note, there were some warnings about `assert` vs. `return` in 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.* --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-21 20:37:01 -05:00
GiteaMirror changed title from [PR #1885] tinytorch module 09 fixes and feature to [PR #1885] [CLOSED] tinytorch module 09 fixes and feature 2026-07-12 08:49:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#30985