mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 23:24:55 -05:00
[GH-ISSUE #1689] [TinyTorch] GELU implementation missing from module 2 docs #19815
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bdub-1 on GitHub (May 6, 2026).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1689
Module
02 Activations
Type of Improvement
Better explanation or documentation
Description
The GELU implementation is missing for the core concepts section.
Proposed Solution
Include this code as implementation along with necessary GELU supporting info. Logically this section seems to belong after
#sigmoid-and-tanhand before#softmax-and-numerical-stability.@Shashank-Tripathi-07 commented on GitHub (May 6, 2026):
Thanks !
I'll make a PR on this in a few hours and submit it.
@bdub-1 commented on GitHub (May 6, 2026):
Please see the linked PR!
@Shashank-Tripathi-07 commented on GitHub (May 6, 2026):
Saw it, done correctly. Very good !!
PR will be merged by @profvjreddi in his own time 🤝🏻