Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve docs of links/connection/lstm #3104

Merged
merged 2 commits into from Aug 23, 2017

Conversation

keisuke-umezawa
Copy link
Member

This is PR for improving docs of functions/links. Related issue: #2182

Modified functions/links:

  • links/connection/lstm.py

@delta2323 delta2323 added cat:document Documentation such as function documentations, comments and tutorials. reviewer-team labels Aug 6, 2017
Copy link
Member

@mitmul mitmul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the comment.

There are several ways to make a LSTM link.

Let a two-dimensional input array :math:`x`, a cell state array
:math:`h`, and the output array of the previous step :math:`h` be:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cell state array and the output array of the previous step are not used the following part, so I think the part which describes about these two variables should be removed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed it.

@mitmul mitmul self-assigned this Aug 21, 2017
@mitmul
Copy link
Member

mitmul commented Aug 22, 2017

@keisuke-umezawa Could you rebase it to the current master?

@keisuke-umezawa
Copy link
Member Author

@mitmul I rebased and followed review.

@mitmul
Copy link
Member

mitmul commented Aug 23, 2017

Jenkins, test this please

@mitmul
Copy link
Member

mitmul commented Aug 23, 2017

LGTM

@mitmul mitmul merged commit c68e62a into chainer:master Aug 23, 2017
@beam2d beam2d added this to the v3.0.0rc1 milestone Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:document Documentation such as function documentations, comments and tutorials.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants