New fixes + reformat

This commit is contained in:
araison 2022-12-07 22:24:08 +01:00
parent 09a20b891f
commit 5d2cacfa05
11 changed files with 232 additions and 125 deletions

View file

3
tool/explainer/base.py Normal file
View file

@ -0,0 +1,3 @@
class BaseExplaining(object):
def __init__(self,model,explainer_name:wq

View file

@ -0,0 +1 @@
from torch_geometric.nn.models.captum import CaptumModel