mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
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/1262
Author: @asgalon
Created: 3/20/2026
Status: ✅ Merged
Merged: 3/20/2026
Merged by: @profvjreddi
Base:
dev← Head:feature/feature-1221📝 Commits (1)
bf5e3ceFix #1221 suppress expected overflow warning in test📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
tinytorch/src/02_activations/02_activations.py(+6 -1)📄 Description
Fixes issue #1221 . Replaced slightly confusing warning message about expected overflow in exp on tensor with large numerical values) with message saying that the warning was suppressed. So it does no longer show a scary warning in red, but still acknowledges the overflow happening.
By submitting this PR, you agree to release your contribution under the project's CC-BY-NC-ND license.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.