New fixes + reformat
This commit is contained in:
parent
09a20b891f
commit
5d2cacfa05
11 changed files with 232 additions and 125 deletions
0
tool/explainer/__init__.py
Normal file
0
tool/explainer/__init__.py
Normal file
3
tool/explainer/base.py
Normal file
3
tool/explainer/base.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class BaseExplaining(object):
|
||||
def __init__(self,model,explainer_name:wq
|
||||
|
||||
1
tool/explainer/from_captum.py
Normal file
1
tool/explainer/from_captum.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
from torch_geometric.nn.models.captum import CaptumModel
|
||||
Loading…
Add table
Add a link
Reference in a new issue