Skip to content
Discussion options

You must be logged in to vote

I was able to modify my forward call to:

def forward(self, x_dict: Dict[str, Tensor], edge_index_dict: Dict[Tuple[str, str, str], Tensor],
                edge_attr_dict: Dict[Tuple[str, str, str], Tensor], batch: Batch) -> Tensor:

and run:

explainer(x=test_batch.x_dict, edge_index=test_batch.edge_index_dict, edge_attr_dict=test_batch.edge_attr_dict,
                        batch=test_batch)

Everything is working now.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MarcPoulin1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant