-
Here is the beginning of the training log.
/root/anaconda3/envs/psenet/bin/python3.5 /data3/xxx/tensorflow_PSENet/train.py --gpu_list=0,1 --input_size=512 --batch_size_per_gpu=4 --checkpoint_path=.…
-
I try to execute following cnn_pred_explain notebook on Colab.
https://github.com/microsoft/tensorwatch/blob/master/notebooks/cnn_pred_explain.ipynb
But I failed to execute it, because following …
-
That's the beginning of the normal Maximal Activations example. It gives the error: InvalidArgumentError: conv2d_1_input_1:0 is both fed and fetched.
What could be a solution for this?
```
fro…
-
The [self driving example](https://github.com/raghakot/keras-vis/blob/master/applications/self_driving/visualize_attention.ipynb) (applications/self_driving/visualize_attention.ipynb) throws an except…
-
@dbolya The idea of protoypnet is really amazing great work , is there any process by which we can visualise the masks in the protonet so as to understand hwo the network is performing on the custom d…
-
Hi Thank you for this contribution.
I am wondering if you have example code for how to apply this to classifiers that are not resnet-50, inception-v3, or vgg16? I am hoping to get excitation backp…
-
----------------------------------------------------------------------------------------------------
| Required Info | …
-
I'm interested in this method. But I have a little question that how to use your programs, and what is the order of using of files. Thanks.
By the way, Can I experiment with my own image?
-
Hi everyone,
I found this amazing project that give us abilities to visualize class activation map and many other stuff, but I would like to get an explanations on some points.
I'm using your tool…
-
Getting this error on running the example for visualize-cam at https://github.com/raghakot/keras-vis/blob/master/examples/vggnet/activation_maximization.ipynb
Upgraded to latest version, still gett…