deeplift icon indicating copy to clipboard operation
deeplift copied to clipboard

Public facing deeplift repo

Results 43 deeplift issues
Sort by recently updated
recently updated
newest added

Hello, Before getting into my question, just wanted to say I really enjoyed reading the paper and also exploring the codebase. Many thanks for deeplift! I've been trying to use...

I tried to test the notebook to reproduce the results on MNIST but I have a problem with Tensorflow version 1.15 and the `keras2_mnist_cnn_allconv.h5` file. It seems that the latter...

Hello, Since DeepLift outputs different contribution scores for each input data, what is the suggested way to aggregate the DeepLift outputs? For example, with input neurons A and B, samples...

Hi Avanti, I was trying to apply DeepLIFT to a sequential model. When using "kc.convert_model_from_saved_files" function, it gave error: ``` Traceback (most recent call last): File "", line 1, in...

Does DeepLIFT support to use deep residual? I have a model with deep residual, and want to use DeepLIFT to interpret it too. Thanks! _Originally posted by @ttgump in https://github.com/kundajelab/deeplift/issues/21#issuecomment-290936125_

Do you have an example script for training the genomics model? I am attempting to apply this approach more broadly, and am starting by trying to replicate your example, but...

My last layer uses tanh activation function for continuous variable prediction like steering angle. What changes I need in deeplift to use deeplift for my scenario i.e., regression problem.

I am interested in a PyTorch implementation of the DeepLIFT with the RevealCancel rule. I was wondering if you could include that in your code. Does anyone know of any...

Hi, Hope you're doing well! I was recently reading the bpnet paper (excellent work!), and was really interested in trying to use the contribution scores of deepexplain's implementation of deeplift...