Files
cs249r_book/tinytorch/src
Vijay Janapa Reddi 1748cbe8e0 fix(tinytorch): single backslashes in SGD diagrams under raw string
The PR converted the SGD markdown cell to a raw string (r""") but kept \\
in the redrawn ASCII art. In a raw string \\ is two literal backslashes, so
the loss-surface, oscillation, and momentum diagrams rendered with doubled
backslashes in the generated notebook (correct-looking in the .py source).
Normalize the art to single backslashes, matching the foundations cell.
2026-06-26 10:36:29 -04:00
..