marcoancona / DeepExplain

A unified framework of perturbation and gradient-based attribution methods for Deep Neural Networks interpretability. DeepExplain also includes support for Shapley Values sampling. (ICLR 2018)
https://arxiv.org/abs/1711.06104
MIT License
720 stars 133 forks source link

Leaky Relu Activation #46

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi again :)),

Leaky relu activation isn't in SUPPORTED_ACTIVATIONS, but it's not in UNSUPPORTED_ACTIVATIONS as well.

Does DeepExplain support leaky relu or not?

marcoancona commented 4 years ago

It should be indeed. As a quick fix, you can try to add it to SUPPORTED_ACTIVATIONS

ghost commented 4 years ago

I added the LeakyRelu to SUPPORTED_ACTIVATIONS, and installed it using `python setup.py install but I faced some more errors.

SheetalTaneja commented 2 years ago

Is anyone able to resolve the issue? Is LeakyRelu supported by DeepExplain?

SheetalTaneja commented 2 years ago

It should be indeed. As a quick fix, you can try to add it to SUPPORTED_ACTIVATIONS

Are you sure? Awaiting your reply!