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

Support LSTMs of cuDNN (LSTM/BiLSTM) #2469

Merged
merged 32 commits into from May 8, 2017

Conversation

aonotas
Copy link
Contributor

@aonotas aonotas commented Mar 27, 2017

cuDNN RNN supports various types of RNNs.
I modify current LSTM to use NStepRNN common class. (#2467 )

  • NStepLSTM
  • NStepBiLSTM

@aonotas
Copy link
Contributor Author

aonotas commented Apr 11, 2017

I have modified NStepLSTM/ NStepBiLSTM to use common class which is defined at NStepRNN.

  • I have to re-write docstring for NStepBiLSTM.
  • I have to add .rst file

@unnonouno unnonouno added the cat:feature Implementation that introduces new interfaces. label May 8, 2017
@unnonouno
Copy link
Member

LGTM

@unnonouno unnonouno merged commit 4354e61 into chainer:master May 8, 2017
@unnonouno unnonouno added this to the v1.24.0 milestone May 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:feature Implementation that introduces new interfaces.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants