Mohit Pandey
Mohit Pandey
@gncs Since sparrow is updated to 3.0.0, how to install Sparrow 2.0.1? I get following error when I try to do so... ``` conda install -c conda-forge scine-sparrow-python=2.0.1Collecting package metadata...
I am trying to explain a CNN model. My model looks as following. Please advise what am I doing wrong. Thank you! ` ``` with DeepExplain(session=sess) as de: model =...
Hi, I am trying to use Deep Explain with Tensorflow to explain my CNN model for text. Do you have an example for how to work with text
How were the probabilities for amino acids in the class `BaseSequence()` calculated? Particularly, how was `prob_ACPhel `computed? Thank You!