-
Notifications
You must be signed in to change notification settings - Fork 24.1k
docs: change log to ln in Softplus function and class #146199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updated the math formula in the softplus function in torch.nn.functional.py and the Softplus class in torch.nn.modules.activation.py from log to ln for correctness and accuracy.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/146199
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit be51d15 with merge base 3a4e7a5 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This PR needs a
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Updated the math formula in the softplus function in torch.nn.functional.py and the Softplus class in torch.nn.modules.activation.py from log to ln for correctness and accuracy.