-
### Describe the bug
I trained a GAT for binary node classification with the following structure
```
______________________________________________________________________________________…
-
I have multiple samples of one-dimensional inputs being classified in two classes, 0 and 1. I would like to know which parts of the signal are responsible for each of these classes, respectively, and …
ghost updated
6 years ago
-
I build the following model
```model = Sequential([
InputLayer(input_shape=[1, 28, 28]),
Conv2D(6, kernel_size=[3, 3], activation='relu', padding='same', data_format='channels_first'),
…
ghost updated
7 years ago
-
Hello authors, I am currently evaluating the UFO model for co-saliency detection. Could you please share with me the test set you used for evaluating model performance for co-saliency detection. Is th…
-
Hey Sergey,
On loading this Caffe model -> Deep ConvNet (aka SalNet) (found here : https://github.com/imatge-upc/saliency-2016-cvpr) ; I receive the following warnings :
warning: module 'image [type…
-
Hi! first of all I wanted to thank you for putting this together it's pretty awesome. Is there a quick hack I could do use your saliency visualizations for a regression problem. That is, instead o…
-
sorry , i want to see the hotmap of my layer output 。 i can‘t understand how to use saliency ()。
who can help me!
-
hello,
while I run the code on the pems4 dataset, it returns an error:
on both commands:
//PeMS-D4
//pre-train policy net
python train.py configs/PeMSD4/PeMSD4-train0.7-val0.1-test0.2-in12out12…
-
Hi,
I believe that the api `get_drise_saliency_map` can be improved. Here are some suggestions -
1. It is a good idea to move `Optional` arguments after the required arguments. For e.g. `model`…
-