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

GRU VS LSTM #17

Closed
ghazi-f opened this issue Apr 24, 2018 · 1 comment
Closed

GRU VS LSTM #17

ghazi-f opened this issue Apr 24, 2018 · 1 comment

Comments

@ghazi-f
Copy link

ghazi-f commented Apr 24, 2018

Hi @ematvey ,
First of all thanks a lot for your implementation !
This is actually more of a question than an Issue: If I'm not mistaken, your code seems to tell that you initially used GRU, then left it out for LSTM cells. Can I know the reasons ?

@ematvey
Copy link
Owner

ematvey commented Apr 24, 2018

LSTMs showed slightly higher final scores, I think. I also didn't see any significant difference in fw/bw speeds, convergence rates, or memory requirements (both cells are highly optimized in CuDNN). So I went with LSTMs.
Sorry, can't give any actual numbers, it was quite long time ago.

@ematvey ematvey closed this as completed Apr 24, 2018
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

2 participants