
microgpt.py (Karpathy) — Part 2: shapes at every step + a tiny forward pass
This is a continuation of: Part 1: https://emino.app/posts/microgpt-karpathy-line-by-line/ Part 1 explained the script as a story. This Part 2 makes it …

This is a continuation of: Part 1: https://emino.app/posts/microgpt-karpathy-line-by-line/ Part 1 explained the script as a story. This Part 2 makes it …

This post contains two things: The original microgpt.py code (as-is) A plain-English explanation for every line, in the same order, so a non-programmer can …