-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[Term Entry] PyTorch Tensor Operations: .argmin() #8226
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
|
Hi, just checking in — is there anything I need to update? |
kim081890
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.
I have completed, just waiting on approval thank you!
Clarified the behavior of the .argmin() method regarding tensor flattening and return values. Added details about parameters and return value for better understanding.
Removed mention of returning indices along a specified dimension in the description of the .argmin() method.
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! 🚀
Description
Added a new term entry for the PyTorch
.argmin()tensor operation. The entry includes an introduction, syntax section with parameters, and an example demonstrating usage with a 2D tensor.Issue Solved
Closes #8190
Type of Change
Checklist
mainbranch.Issues Solvedsection.