-
I am using a VGG16 model with "include_top=False" i.e. having Maxpool2D as its last layer.
Is Maxpool2D as the target layer not possible or it is just not implemented?
-
Hi,
I was trying to use DeepExplain on a tensorflow model which has two inputs:
- One is the input to the network with shape (?, 5000)
- The other is the batch_size with an unknown shape
So whe…
ghost updated
4 years ago
-
Hey!
While calculating the 'scores', if I use the first row of my test data for input_data_list, as follows:
`scores = np.array(deeplift_contribs_func(task_idx=0,
…
-
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 weights are not correct.…
-
# 🚀 Feature request
Would like to understand if there is any plan to implement/integrate model interpretation/explanation techniques like [DeepLIFT](https://arxiv.org/abs/1704.02685) or GradientE…
-
Hello! I am intersted in your paper. But I am wondering how do you combine the explainer and MTQ or XMS to get a score. Can you tell me some details. Thank u.
-
I've repeatedly encountered motif discovery failing in Round 2 with a NaN or value too high exception.
To isolate, I've tried several models with different layers and layer structures fitted and s…
-
Hi,
When applying deeplift over the dataset of "cats and dogs" with the same architecture as provided in Mnist examples. The difference in predictions is coming to be a non-zero value.
**Model**…
-
Dear all,
When I run
`dragonn train --pos-sequences examples/example_pos_sequences.fa --neg-sequences examples/example_neg_sequences.fa --prefix training_example`
I have met some errors as bel…
-
## 🐛 Bug
When running tests for the optim module code I've been working on, occasionally some of the tests in other modules fail, and it looks as though that the repeat offenders can sometimes get …