Update annotations of layers.py#5487
Merged
lcy-seso merged 2 commits intoPaddlePaddle:developfrom Nov 9, 2017
ranqiu92:doc
Merged
Update annotations of layers.py#5487lcy-seso merged 2 commits intoPaddlePaddle:developfrom ranqiu92:doc
lcy-seso merged 2 commits intoPaddlePaddle:developfrom
ranqiu92:doc
Conversation
lcy-seso
reviewed
Nov 8, 2017
| for details. | ||
| :type inproj_param_attr: ParameterAttribute | ||
| :param inproj_bias_attr: The bias attribute of the projection. If the parameter is set to | ||
| False or something not type of ParameterAttribute, no bias is |
Contributor
There was a problem hiding this comment.
把 "something not type of ParameterAttribute," 改为 If this parameter is set False or an object whose type is not ParameterAttribute 吧~ 原来那句话有语法错误。
其它出现地方相同。
lcy-seso
reviewed
Nov 9, 2017
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.
@lcy-seso