-
Notifications
You must be signed in to change notification settings - Fork 346
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
Multiple layers support #34
Comments
I'd like to. But ATM I run into memory errors when trying this. Not sure if it's the data or the model causing problems yet... |
Hi @macournoyer Is there a branch where you committed the code changes for multiple layer support? If yes, i can try to work on it and get back if if the out of memory issue gets resolved. Thanks, |
No branch @vikram-gupta. I just added a line here: https://github.com/macournoyer/neuralconvo/blob/master/seq2seq.lua#L14 |
@vikram-gupta |
@chenb67 Surely ! |
Currently testing this out in #38 |
Do we have a plan to support multiple layers of LSTM ? The paper seems to have used multiple layers in encoder and decoder.
The text was updated successfully, but these errors were encountered: