-
I have an issue with visualizing my conv layers in the following model architecture, because keras-vis seems not to be able to handle model in models architecture. I want to visualize a conv layer wit…
-
Hi! Thanks for this XAI visualization package!
I am trying to use the saliency method applied to Autoencoders and reconstruction errors.
Also, I do not have images, but a feature array for each o…
-
I train the DSS models, and test it. when i test it, i found that: the saliency object boundary have too much noise. do u have the same problem? maybe the reason is that: the code use mean to fuse, wh…
-
Hi. I was looking for the checkpoint files. I found the links in your previous issue.
While I was able to download the Unet model checkpoint for saliency, the segmentation model checkpoint is no long…
-
In this issue, I will outline experiments that may be useful in the future to further investigate the inner-workings of the model, but for which I currently do not have the time (or have low priority)…
-
Am I doing something wrong? I am unable to generate a harmonized layout
### Background Training
export MODEL_NAME="CompVis/stable-diffusion-v1-4"
export INSTANCE_DIR="./../data/background/train…
-
- [v] Check that you are up-to-date with the master branch of keras-vis. You can update with:
pip install git+git://github.com/raghakot/keras-vis.git --upgrade --no-deps
- [v] If running on Tensor…
-
minGPT is a minimal PyTorch re-implementation of OpenAI GPT by @karpathy: https://github.com/karpathy/minGPT
It's extremely readable and great for teaching purpose. I was wondering if you would con…
-
Thanks for sharing the code.
I tried to Generate saliency map used by Group-CAD, but couldn't.
```console
python3 demo.py --arch=vgg19 --target_layer=features.35 --input=Images/ILSVRC2012_val_0…
-
I found a strange phenomenon. For the same model, the same training sample and test sample, other operations are identical. Theoretically, the values obtained by using the XAI method (like Saliency) t…