Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 584 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 584 Bytes

A walkthrough of transformer architecture code

Open In Colab

The notebook walks through a single forward pass of the Transformer architecture in pytorch. It is meant for illustration and educational purposes only. The walkthrough explains every stage of the architecture accompanied by a detailed computation graph.

Transformer Computation Graph