mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-11 08:59:07 -05:00
[PR #1156] [MERGED] fix(activations): correct GELU hint about 1.702 constant #1146
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?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1156
Author: @profvjreddi
Created: 2/4/2026
Status: ✅ Merged
Merged: 2/4/2026
Merged by: @profvjreddi
Base:
dev← Head:feature/tinytorch-core📝 Commits (1)
c3a9230fix(activations): correct misleading GELU hint about 1.702 constant📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
tinytorch/src/02_activations/02_activations.py(+1 -1)📄 Description
Summary
sigmoid(1.702x) ≈ Φ(x)(the Gaussian CDF)Fixes #1154
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.