karpathy / build-nanogpt

Video+code lecture on building nanoGPT from scratch
3.44k stars 473 forks source link

fix `Attempted to set non-positive bottom ylim` UserWarning in play.ipynb #28

Closed WilsonCWu closed 3 months ago

WilsonCWu commented 3 months ago

Note that this does not change the graph itself.

In the graph here, the 0 bottom ylim gets ignored. Let's just set the top to get rid of the warning. https://youtu.be/l8pRSuU81PU?si=pDwdaQ1H6Qx_Of5E&t=13860

image