Closed liushuai10000 closed 6 years ago
Hi,
which version of iNNvestigate are using? It seems like you are using an older one that relied on this class. I think updating will solve the issue.
LRP does not support softmax layers due to theoretical reason. I suggest to you to read the paper and have a look into our tutorials. There you can find how to circumvent this issue.
Cheers, Max
Hi,
When I try to use LRP to generate the heatmap, an exception occurs: AttributeError: module 'keras.engine.topology' has no attribute 'Network'.
When I check the keras package, the topology.py has already been deprecated. Could you please fix this issue? Thanks.
One more problem is: it seems that the lrp does not support softmax. Because it raises: NotAnalyzeableModelException: This analysis method does not support softmax layers. Check triggerd by layers: [<keras.layers.core.Dense object at 0x7f7b8edb53c8>]
Any ideas to fix it?
Thanks!
AttributeError Traceback (most recent call last)