-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[Term Entry] Add documentation for PyTorch .sinh() function #8139 #8155
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
Added documentation for the .sinh() function in PyTorch, including its syntax, parameters, return value, and examples. Issue Codecademy#8139
Add documentation for the .sqrt() function in PyTorch, including syntax, parameters, return value, and examples for single-element and 1D tensors. Codecademy#8141
|
Hey @vishakha1411, you can only submit ONE PR on one branch. Also, in order to work on the Make sure you follow the steps to avoid any future PR closing. Thanks! For this PR, please remove the |
|
Done! |
Updated the description and examples for the .sinh() function, including clarifications on its usage and properties.
Updated examples and tags for sinh function documentation.
mamtawardhani
left a comment
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.
The PR looks good for a second round of review! 🚀
Added documentation for the .sinh() and .sqrt() function in PyTorch, including its syntax, parameters, return value, and examples. Issue #8139