keras-vis
keras-vis copied to clipboard
Neural network visualization toolkit for keras
I make minor change to use TF1 behavior with Keras-Vis. Some warning still exists but no blocking
- [√] 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 - [√] If running on TensorFlow, check that...
My grad cam plots are looking very odd. I'm using - Windows 10 Pro - Python 3.5.4 - Tensorflow-GPU 1.8 - Keras 2.1.6 - Keras-Vis 0.5.1 - GPU: NVIDIA M2000M...
- [* ] 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 - [- ] If running on TensorFlow,...
i am using the master. the code in tensorflow_backend now says: > # ADD on 22 Jul 2018: > # In fact, it has broken. Currently, advanced activations are not...
**Docs 404** Conv filter visualization https://raghakot.github.io/keras-vis/visualizations/conv_filters **doesn't work** Dense layer visualization https://raghakot.github.io/keras-vis/visualizations/dense **doesn't work**
Hi everyone, I would like to go one step further in the CNN explanation. I understand the output (at the same time is the input) of Activation Maximization but I...
- [x] 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 - [x] If running on TensorFlow, check that...
Hi, I would like to know if any one has the same problem as me while "visualize_saliency_with_losses" is being used. When I use "visualize_saliency_with_losses" function, I get ....... has no...
Hi, I am trying to use your toolkit in Google Colaboratory starting from the example [Attention on ResNet50 (Saliency and grad-CAM)](https://github.com/raghakot/keras-vis/blob/master/examples/resnet/attention.ipynb). Python version: 3.6.9 TensorFlow version: 2.2.0 Due to the...