bclarkson-code / Tricycle

Autograd to GPT-2 completely from scratch
104 stars 7 forks source link

49 static allocations #50

Closed bclarkson-code closed 3 months ago

bclarkson-code commented 3 months ago

Each op is now a class, rather than dynamically created functions. This makes the code more readable and makes debugging easier