issues Search Results · repo:marcoancona/DeepExplain language:Python
Filter by
65 results
(60 ms)65 results
inmarcoancona/DeepExplain (press backspace or delete to remove)I want to build a CNN+LSTM hybrid model using gene data (5516,1) to predict the symptom, which is a continuous variable.
The architecture is showing above:
# define the CNN+LSTM model
def build_model(input_shape=(5516,1),kernel=3,drop=0.2): ...
yilululu
- 1
- Opened on May 24, 2023
- #72
Hi, I can t find the matching distribution for deepexplain by using (pip install -e
git+https://github.com/marcoancona/DeepExplain.git#egg=deepexplain) and manually also. Please can you guide me on how ...
Umair6977
- 1
- Opened on Sep 27, 2022
- #71
Hi,
I have tried to run the multiple_input_keras.ipynb example on Google Colab but I get the following error:
RecursionError Traceback (most recent call last) ipython-input-19-7e97bfdd098c in module ...
itsmemala
- 2
- Opened on Feb 14, 2022
- #70
@marcoancona @Enny1991 @harkous @yuhui-zh15
Can you please show which part in the code refers to the sensitivity-n evaluation?
Subh1m
- 1
- Opened on Oct 20, 2021
- #69
Hi, While trying to run multiple_input_keras.ipynb and
https://github.com/marcoancona/DeepExplain/blob/master/examples/mnist_tensorflow.ipynb, I can install and create the
models just fine but when it ...
spour
- Opened on Jul 29, 2021
- #68
Hi, I am using Google Colab environment and trying to use DeepExplain library in my code which is doing classification
between 2 classes of image files. I am using tensorflow 2.5.0 as default. I can install ...
moranitu
- Opened on May 31, 2021
- #67
Hi,
I am trying to use DeepExplain with the Concept Saliency Map. However, I run into the following issue:
import keras
sess = K.get_session()
print( sess: ,sess)
from ConceptSaliencyMaps.deepexplain.tensorflow ...
ahof1704
- Opened on May 30, 2021
- #66
Hi,
I am working on a TextCNN Model with Keras.
With the section NLP / Embedding lookups I was able to make use of all attribution methos beside deeplift.
attributions_dl = de.explain( deeplift , pre_sigmoid ...
dlacorte
- 5
- Opened on Oct 10, 2020
- #65
Hi, can I use make_one_shot_iterator for xs and ys in the explain method?
cyang31
- Opened on Sep 8, 2020
- #64
Hello,
I am trying to use DeepExplain on DeepSpeech and I ran into the None values not supported error even though I am using
input and target tensors that are part of a standard LSTM network. Is there ...
RomainParracone
- Opened on Aug 29, 2020
- #63

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.