Yasuhiro Kubota
Yasuhiro Kubota
InceptionV3 said "It's 100% this is a website(class:916)" when it predicted the meaningless image (Of course the right answer is ozel). Maybe, this means that ActivationMaximization is using unfit value...
Hi @konnyaku256 . > Currently, I am challenging activation maximization of the convolution filter of recurrent neural network. The generated image is the input value for maxmizing the convolution filer's...
Would you please email me? The address is found in my profile.
Okay, I got it. I write my idea down here. I hope it help you. (I can tell you more detail in **YOUR LANGUAGE** if you have a time and...
I've run your code. But I could not reproduce the same result. ``` In [1]: import numpy as np In [2]: a = np.array([1.0, -1.0]) In [3]: np.maximum(a, 0) Out[3]:...
Hi, @ArpithaFAU . For reproducing the issue, could you provide a code snippet to here or Gist?
Hi, @jinchenglee . Thank you for your reporting. Could you try below way? I think this solution is so smart if it's able to solve your problem. https://github.com/raghakot/keras-vis/issues/80#issuecomment-423529695
Thank you for the PR. I don't think we should merge this change. Because currently keras-vis (i.e., master branch) is able to visualize cam in 3-dims. https://github.com/raghakot/keras-vis/blob/9821aeab1f9396dba5e9137d0c3bcf4e6dee52bd/vis/visualization/saliency.py#L187-L188
Can you show us the detail of minor bug ?
> I don't have the error anymore, but if you run the code on a 3D model with > 1 channel (batch_size, d1, d2, d3, channel=1), the error will appear....