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

Error with RNNs #85

Closed
Labaien96 opened this issue Jun 27, 2019 · 1 comment
Closed

Error with RNNs #85

Labaien96 opened this issue Jun 27, 2019 · 1 comment

Comments

@Labaien96
Copy link

Labaien96 commented Jun 27, 2019

I have tried to use it with RNNs and I get the following error:
KeyError: 'lstm' with LSTMs, KeyError: 'gru' with GRUs, KeyError: 'simplernn' with SimpleRNNs ...
Did anyone else experience this behavior? It is not supported for RNNs?

@AvantiShri
Copy link
Collaborator

Hi Jokin,

DeepLIFT does not have an implementation that supports elementwise operations. I recommend looking at DeepSHAP in the SHAP repository, which builds on the connection between the SHAP method and DeepLIFT and has support for RNNs.

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