Replies: 1 comment 5 replies
-
You'll have to write a small wrapper around the meta layer to not return a tuple of
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thank you so much for your efforts in this library. I want to use
Explainer
forMetaLayer
(node regression), but I faced an issue. The output ofMetaLayer
is a tuple. There is an errorAttributeError: 'tuple' object has no attribute 'size'
. I triedexplanation_type='model'
andexplanation_type='phenomenon'
, but all failed. Therefore, may I ask how to useExplainer
forMetaLayer
(node regression)? Thanks a lot.Beta Was this translation helpful? Give feedback.
All reactions