Replies: 1 comment 12 replies
-
@RBendias Do you know why we set |
Beta Was this translation helpful? Give feedback.
12 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.
-
I find following codes in
torch_geometric\explain\algorithm\captum_explainer.py
Line 157
Since
target
are "Output indices (for classification cases, this is usually the target class)", I thinktarget
ought to beNone
whenself.model_config.mode ==ModelMode.binary_classification
?Beta Was this translation helpful? Give feedback.
All reactions