-
Notifications
You must be signed in to change notification settings - Fork 22.9k
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
Fixed docstring errors in gradcheck.py, forward_ad.py, profiler_util.py, profiler_legacy.py, functional.py, grad_mode.py, function.py #113266
Conversation
updating docstrings of 7 different .py files.
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/113266
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 8d4a06b with merge base 6e73ae2 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "docathon-h2-2023 " |
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.
Please review this.
@kit1980 @svekars
@albanD @soulitzer
Thanks for the quick updates, I made a few more suggestions |
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.
I have done the suggested changes. Please review it.
@soulitzer
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes #112594
docstring updated.
Here are the output to with the number before and after.
Before :
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After :
Before:
After:
@svekars @kit1980 @subramen
cc @svekars @carljparker