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

LSTM Support #5

Open
akaniklaus opened this issue Jul 15, 2019 · 1 comment
Open

LSTM Support #5

akaniklaus opened this issue Jul 15, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@akaniklaus
Copy link

Would this also work for LSTM? Do you have any benchmark of the method on that?

@TimDettmers TimDettmers self-assigned this Jul 15, 2019
@TimDettmers
Copy link
Owner

TimDettmers commented Jul 15, 2019

I never tested it for LSTMs. The library itself should work for LSTMs out of the box. However, I am not sure if there might be problems with inducing too much sparsity in the recurrent weight matrices.

I will look into this and see if they are straightforward to use. If they are, I might add some LSTM starter code to try it quickly.

@TimDettmers TimDettmers added the enhancement New feature or request label Jul 15, 2019
@TimDettmers TimDettmers added this to the Release v0.2 milestone Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants