mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 02:28:25 -05:00
[GH-ISSUE #303] Readers should be warned that tensor decompositions are not unique #1350
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 @FinAminToastCrunch on GitHub (Jul 2, 2024).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/303
This is regarding the portion on Tensor Train Decompositions:
https://harvard-edge.github.io/cs249r_book/contents/optimizations/optimizations.html#tensor-decomposition
I am recommending a change to this portion of the book. Tensor decompositions are not unique [1]; this can lead to confusion in the situation readers work in teams which use different hardware. I have encountered this precise conundrum in my research groups. I suggest putting a small note/footnote which lets readers know that performing a decomposition will not necessarily produce the same output across all hardware.
[1] Tensor Decomposition: Basics, Algorithms, and Recent Advances
@profvjreddi commented on GitHub (Apr 3, 2026):
Hey @FinAminToastCrunch thanks for the note. With the restructure of the book into two volumes focused on ML systems infrastructure, the tensor content has been significantly reworked. Going to close this one out. If you notice anything in the current version that looks off please feel free to open a fresh issue!