PAIR-code / saliency

Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).
https://pair-code.github.io/saliency/
Apache License 2.0
950 stars 191 forks source link

can this be used for binary segmentation task #95

Open bchaudh opened 10 months ago

bchaudh commented 10 months ago

In validate_x_y_tensor the expected shape of y is [None] . Does it mean it can only be used for classification task?