DeepExplain icon indicating copy to clipboard operation
DeepExplain copied to clipboard

Leaky Relu Activation

Open ghost opened this issue 5 years ago • 4 comments

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?

ghost avatar Aug 22 '19 13:08 ghost

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

marcoancona avatar Aug 22 '19 16:08 marcoancona

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

ghost avatar Sep 04 '19 11:09 ghost

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

SheetalTaneja avatar Sep 01 '21 10:09 SheetalTaneja

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

Are you sure? Awaiting your reply!

SheetalTaneja avatar Sep 01 '21 17:09 SheetalTaneja