-
## While I implemented jsma method with my data, I saw the perturbation features are all the same shown bleow.
## print chosen feature every iteration. I thought it caused by all elements in scor…
-
K. Simonyan, A. Vedaldi, and A. Zisserman, “Deep Inside Convolutional Networks: Visualising Image Classification Models and Saliency Maps,” arXiv preprint arXiv:1312.6034, 2013
Hi,
I have t…
-
my network is given below
# 1. define the network
model = Sequential()
model.add(LSTM(4,input_dim=42)) # try using a GRU instead, for fun
model.add(Dropout(0.1))
model.add(Dense(5))
model.ad…
-
Hello,
I am getting an error while I am doing import pysaliency.:
Traceback (most recent call last):
File "01-evaluate.py", line 1, in
import pysaliency
File "/home/pysaliency-master/pysali…
-
Just want to dump some inner result in the computation graph
For example,
```
net = mx.sym.Variable(name='X')
net = mx.sym.Convolution(
data=net, name='conv', kernel=(…
-
## Description
I am trying to install gocv (opencv-3.4.1) into my server (running on Ubuntu 16.04).
Although I have followed the instruction, I have got error messages while I am in "make buil…
-
The following peer review was solicited as part of the Distill review process. Some points in this review were clarified by an editor after consulting the reviewer.
The reviewer chose to keep keep …
-
Hi man, I just found that there are a number of weird results and errors occurring when using kerfs-vis. Let's direct them one by one.
1. Image requires to be in range [0-255] for cam, not sure tho…
-
Hi,
I am trying to use `visualize_cam` with a model that has been trained as `channels_first`, and I have been receiving the following error:
```
266 # Create jet heatmap.
267 …
-
Hi! I tried to compute a saliency map for a colored image and for a black and white one, and in both cases I'm getting this error when executing `python main.py test images/`
Using Theano backend.
…