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

NLP: Seq2seq, LuongAttention, SimpleRNN, GRURNN, LSTMRNN #998

Merged
merged 47 commits into from
Jun 13, 2019
Merged

Conversation

JingqingZ
Copy link
Member

Checklist

  • I've tested that my changes are compatible with the latest version of Tensorflow.
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary.

Motivation and Context

This PR includes updates on the followings:

  • Seq2seq model, Seq2seq model with Luong attention
  • Modified RNN layers including SimpleRNN, GRURNN, LSTMRNN
  • The latest layers and models are tested on synthetic data.

Description

@JingqingZ JingqingZ requested a review from zsdonghao June 12, 2019 12:15
Copy link
Member

@zsdonghao zsdonghao left a comment

Choose a reason for hiding this comment

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

Good job. Could you also help to update the Chinese docs here? https://github.com/tensorlayer/tensorlayer-chinese/tree/master/docs/modules

Best

@JingqingZ JingqingZ merged commit 654de4a into master Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants