Adding an example for documentation of layers#5500
Closed
kavyasrinet wants to merge 10 commits intoPaddlePaddle:developfrom
Closed
Adding an example for documentation of layers#5500kavyasrinet wants to merge 10 commits intoPaddlePaddle:developfrom
kavyasrinet wants to merge 10 commits intoPaddlePaddle:developfrom
Conversation
added 2 commits
November 8, 2017 14:49
emailweixu
reviewed
Nov 16, 2017
python/paddle/v2/framework/layers.py
Outdated
| Args: | ||
| input: The input tensor to the function | ||
| size: The size of the layer | ||
| param_attr: The parameters/weights to the FC Layer |
Collaborator
There was a problem hiding this comment.
Need to document what are the parameters for param_attr and bias_attr somewhere.
Author
There was a problem hiding this comment.
Could you elaborate more on what parameters for param_attr would mean ?
added 3 commits
November 22, 2017 10:33
…o_lod_tensor, create_array, increment
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.
Adding a prototype for one of the functions in
layers.py. Once the format and content is approved, I can continue working for all other functions in the file. This PR covers: