-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature: Sparse Access Memory #4
Comments
Are you already diving into this, or do you need some help? |
Not looking at this at the moment. Trying to make DNCs work for language modeling & seq2seq. |
I've done DNCs for seq2seq before. Does anything about the base implementation need to change, or is it just a matter of structuring the inputs and outputs? |
I actually wrote this repo because the other ones were not The ones I tried, I had to also write this piece of code for LMs to detach hidden states: https://gist.github.com/ixaxaar/02b65312eb1a840cc14e74d93b35178f Other than that it was pretty much a few liners. |
Implement sparse access memory for DNCs.
Related paper: https://arxiv.org/abs/1610.09027
The text was updated successfully, but these errors were encountered: