Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

How to use LSTM or GRU in C++ using c_predict_api.h? #8487

Closed
xiaozhah opened this issue Oct 31, 2017 · 2 comments
Closed

How to use LSTM or GRU in C++ using c_predict_api.h? #8487

xiaozhah opened this issue Oct 31, 2017 · 2 comments
Labels

Comments

@xiaozhah
Copy link

xiaozhah commented Oct 31, 2017

I find nothing about how to use LSTM or GRU in C++ using c_predict_api.h?
Have we support these recurrent layers? If No,is there any plan?

@szha
Copy link
Member

szha commented Jan 31, 2018

@apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage.

For general "how-to" questions, our user forum (and Chinese version) is a good place to get help.

@ThomasDelteil
Copy link
Contributor

ThomasDelteil commented Jul 4, 2018

@xiaogehh currently the Gluon LSTM and GRU RNN layers cannot be hybridized but the work towards should be soon completed. You can track the effort here: #10873

Alternatively you have an example of LSTM implemented in C++ here: https://github.com/apache/incubator-mxnet/blob/master/cpp-package/example/charRNN.cpp

@sandeep-krishnamurthy could you please close the issue? Thanks!
@xiaogehh if you would like to follow up, please create an issue on https://discuss.mxnet.io

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants