Add comments in loss.py#2128
Merged
soumith merged 8 commits intopytorch:masterfrom Jul 17, 2017
yunjey:master
Merged
Conversation
Fixed minor typo in Autograd mechanics docs.
Added comments for default value in nn.ELU.
Deleted attribute comments in NLLLoss. (redundant)
Added comments in nn.L1Loss and nn.MSELoss
Collaborator
|
thanks @yunjey ! |
houseroad
added a commit
to houseroad/pytorch
that referenced
this pull request
Jun 28, 2019
…8ddcca Summary: Previous import was 355a4954ea4e5836a5e943589509951c44feb6b4 Included changes: - **[806aa863](onnx/onnx@806aa863)**: Expose ONNX_ML build option to python (pytorch#2138) <bddppq> - **[8f6e60db](onnx/onnx@8f6e60db)**: Missing newline fix (pytorch#2128) <Chris Seymour> - **[d94f99d2](onnx/onnx@d94f99d2)**: Avoid unnecessary copies of names by checker (pytorch#2098) <Scott McKay> - **[01f77251](onnx/onnx@01f77251)**: update qlinear conv test (pytorch#2120) <Ashwini Khade> - **[1f0c13d3](onnx/onnx@1f0c13d3)**: Add shape inference for LinearClassifier (pytorch#2077) <Hariharan Seshadri> - **[eb798fcf](onnx/onnx@eb798fcf)**: Fix inconsistency in describing graph's initializer. The initializer (pytorch#2115) <xykong58> Reviewed By: zrphercule Differential Revision: D16061494 fbshipit-source-id: effe2fa669cf840c715ecd8f5f128efe27415bd0
facebook-github-bot
pushed a commit
that referenced
this pull request
Jun 29, 2019
…8ddcca (#22359) Summary: Pull Request resolved: #22359 Previous import was 355a4954ea4e5836a5e943589509951c44feb6b4 Included changes: - **[806aa863](onnx/onnx@806aa863)**: Expose ONNX_ML build option to python (#2138) <bddppq> - **[8f6e60db](onnx/onnx@8f6e60db)**: Missing newline fix (#2128) <Chris Seymour> - **[d94f99d2](onnx/onnx@d94f99d2)**: Avoid unnecessary copies of names by checker (#2098) <Scott McKay> - **[01f77251](onnx/onnx@01f77251)**: update qlinear conv test (#2120) <Ashwini Khade> - **[1f0c13d3](onnx/onnx@1f0c13d3)**: Add shape inference for LinearClassifier (#2077) <Hariharan Seshadri> - **[eb798fcf](onnx/onnx@eb798fcf)**: Fix inconsistency in describing graph's initializer. The initializer (#2115) <xykong58> Reviewed By: bddppq, zrphercule Differential Revision: D16061494 fbshipit-source-id: 6ccb63c135c27b307048aa42c11313675027ffb7
xzhu1900
pushed a commit
to xzhu1900/pytorch
that referenced
this pull request
Jul 5, 2019
…8ddcca (pytorch#22359) Summary: Pull Request resolved: pytorch#22359 Previous import was 355a4954ea4e5836a5e943589509951c44feb6b4 Included changes: - **[806aa863](onnx/onnx@806aa863)**: Expose ONNX_ML build option to python (pytorch#2138) <bddppq> - **[8f6e60db](onnx/onnx@8f6e60db)**: Missing newline fix (pytorch#2128) <Chris Seymour> - **[d94f99d2](onnx/onnx@d94f99d2)**: Avoid unnecessary copies of names by checker (pytorch#2098) <Scott McKay> - **[01f77251](onnx/onnx@01f77251)**: update qlinear conv test (pytorch#2120) <Ashwini Khade> - **[1f0c13d3](onnx/onnx@1f0c13d3)**: Add shape inference for LinearClassifier (pytorch#2077) <Hariharan Seshadri> - **[eb798fcf](onnx/onnx@eb798fcf)**: Fix inconsistency in describing graph's initializer. The initializer (pytorch#2115) <xykong58> Reviewed By: bddppq, zrphercule Differential Revision: D16061494 fbshipit-source-id: 6ccb63c135c27b307048aa42c11313675027ffb7
jjsjann123
pushed a commit
to jjsjann123/pytorch
that referenced
this pull request
Oct 27, 2022
jjsjann123
pushed a commit
to jjsjann123/pytorch
that referenced
this pull request
Nov 10, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added comments and examples in nn.L1Loss and nn.MSELoss.
Deleted comments in NLLLoss (Attributes are redundant with Args).