saliency icon indicating copy to clipboard operation
saliency copied to clipboard

Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).

Results 13 saliency issues
Sort by recently updated
recently updated
newest added

I tried to define the call_model_function in an other file and to import the function in my main file. There resulting a lot of errors. Does anybody tried same and...

I'm trying to call: ``` gradient_saliency = saliency.GradientSaliency() vanilla_mask_3d = gradient_saliency.GetMask(im, call_model_function, call_model_args) ``` but I'm stuck in a loop where I can't solve the problem. If I setup my...

I'm using the XRAI implementation from this repository for a project I am working on, and I would like to cite this library. Is there a particular citation I should...