mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 18:01:20 -05:00
Tensor01 - Fix misalignment in Matrix Multiplication Process doc #520
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?
Originally created by @AdemolaAri on GitHub (Mar 10, 2026).
There's a small misalignment in one of the brackets in the
tinytorch/src/01_tensor/01_tensor.pyfile. This is under the headingMatrix Multiplication: The Core Computational Operationand subheadingMatrix Multiplication Process:Also, the demonstration of the
C(2 x 2)matrix is missing the right side equations@AdemolaAri commented on GitHub (Mar 10, 2026):
assign to me
@AdemolaAri commented on GitHub (Mar 10, 2026):
I see it's fixed in the dev branch.