-
Notifications
You must be signed in to change notification settings - Fork 25.2k
DOC: Harmonize ELU documentation with the module doc #78909
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
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit e3fe3af (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
We should also fix the module doc to use expm1 properly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
@pytorchbot merge |
@pytorchbot successfully started a merge job. Check the current status here |
Hey @HaoZeke. |
@HaoZeke Mike's suggestion about the use of exp1m would be a good thing to add in a follow up though! |
Summary: Fixes #77055 by simply referring to the module docs as noted in the issue. Pull Request resolved: #78909 Approved by: https://github.com/albanD Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/5a95b20d0f38e74fd3cedf87d236b6b4649e5f74 Reviewed By: seemethere Differential Revision: D36935602 Pulled By: seemethere fbshipit-source-id: a72d6185de01ada91872a52cf845a81b4ebb420d
Would be happy to, only I'm not entirely sure what / where the problem with the module doc is (also if its for |
Fixes #77055 by simply referring to the module docs as noted in the issue.