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

Replication of Mogrifier LSTM paper #1

Open
qlan3 opened this issue Dec 4, 2019 · 5 comments
Open

Replication of Mogrifier LSTM paper #1

qlan3 opened this issue Dec 4, 2019 · 5 comments

Comments

@qlan3
Copy link

qlan3 commented Dec 4, 2019

Does your code replicate the results in Mogrifier LSTM paper?

@RMichaelSwan
Copy link
Owner

No. I attempted to implement it and test it in a basic RNN network for text prediction using the Brown corpus but didn't get very promising results compared to a regular LSTM. Perhaps with a larger dataset, more training time, better network architecture, or better hyperparameter tuning I could have come up with something more definitive. I believe my implementation is correct, but it's hard to verify without spending more time with the aforementioned criteria (this was a weekend project).

Looking at the paper, it seems they did plan to release the code (they even put a link that does not work: https://github.com/deepmind/lamb ), but something has been holding the writer up. I scoured the internet and found a couple comments (that I can't seem to find any more) between the author and another researcher that seemed to indicate the author was having trouble getting their official implementation working properly.

@qlan3
Copy link
Author

qlan3 commented Dec 5, 2019

Thank you for your detailed reply! I've emailed the author.

@RMichaelSwan
Copy link
Owner

Welcome! I'd be interested to hear if they tell you anything new.

@RMichaelSwan
Copy link
Owner

@qlan3 thanks to #2 I seem to have something approaching the results of the paper. Would need more testing to fully verify, but it seems promising. Hope you find what you need!

@qlan3
Copy link
Author

qlan3 commented Jan 3, 2020

Thanks!

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