mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-19 01:14:07 -05:00
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.