Hi,
Thanks for your code, I learn a lot from it.
When I run the python code with inception5h model, it works very well and I can reproduce perturbation maps. However, when I try the code with VGG or ResNet models, I always get GPU memory full errors. I used the tensorflow SLIM pretrained models, and freeze them into .pb file, just like the format of inception5h model in your example. Do you have any idea to work around this issue? I use a K40C 11G Mem GPU.
Thanks!