[Term Entry] PyTorch Tensor Operations: .argmin()#8226
[Term Entry] PyTorch Tensor Operations: .argmin()#8226dakshdeepHERE merged 6 commits intoCodecademy:mainfrom
Conversation
|
Hi, just checking in — is there anything I need to update? |
kim081890
left a comment
There was a problem hiding this comment.
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.
The PR looks good for a second round of review! 🚀
|
👋 @kim081890 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/pytorch/tensor-operations/argmin Please note it may take a little while for changes to become visible. |
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.