Correct torch.nn.CrossEntropyLoss output shape specification#79568
Correct torch.nn.CrossEntropyLoss output shape specification#79568azhx wants to merge 3 commits intopytorch:masterfrom
Conversation
|
Hi @azhx! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 9ac6282 (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. |
jbschlosser
left a comment
There was a problem hiding this comment.
Thanks for the update! Small formatting nit, otherwise LGTM
Co-authored-by: Joel Schlosser <75754324+jbschlosser@users.noreply.github.com>
|
@pytorchbot merge -a |
|
❌ 🤖 pytorchbot command failed: Try |
|
@pytorchbot merge -g |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Refusing to merge as mandatory check(s) Facebook CLA Check failed for rule superuser |
I submitted my CLA right after I opened the PR, not sure when that check is gonna be rerun |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
@pytorchbot merge -g |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to 1 additional jobs have failed, first few of them are: trunk |
|
@pytorchbot merge -f |
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @azhx. |
…#79568) Summary: Fixes #79531 Pull Request resolved: #79568 Approved by: https://github.com/jbschlosser Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/081ff9602ace63a51ec7d2ee9417272fcc29b489 Reviewed By: malfet Differential Revision: D37208296 Pulled By: malfet fbshipit-source-id: 3e816c6adccf019598681bc5552cdb0bacb5413b
…#79568) Fixes pytorch#79531 Pull Request resolved: pytorch#79568 Approved by: https://github.com/jbschlosser
Fixes #79531