mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-18 17:03:56 -05:00
[PR #1118] [MERGED] fix: fix memory calculation result #1128
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/1118
Author: @minhdang26403
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/20/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/memory-calculation📝 Commits (1)
cfd5449fix: fix memory calculation result📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
tinytorch/src/01_tensor/ABOUT.md(+1 -1)📄 Description
The current result is multiplied by 4 twice since 32 × 3 × 224 × 224 × 4 x 4 = 77,070,336, which is incorrect.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.