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

How to implement a complete LSTM network with cudnn? #1

Open
cqiaoYc opened this issue Jan 8, 2020 · 0 comments
Open

How to implement a complete LSTM network with cudnn? #1

cqiaoYc opened this issue Jan 8, 2020 · 0 comments

Comments

@cqiaoYc
Copy link

cqiaoYc commented Jan 8, 2020

I am building a semi supervised learning system with GA + LSTM. I need to build a multi-layer LSTM network with cudnn, which contains several LSTM layers and a softmax output layer. The LSTM network only needs inference function and no training. In the RNN_example.cu, you show how to create LSTM layers, but how to connect a LSTM layer and a softmax layer. There should be a density layer in the middle. The output of LSTM layer is 3D, and the input of density layer is 2D. How to convert?

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

No branches or pull requests

1 participant