GNN Explainer example not running #5662
-
hello dear, I tried to run gnn_explainer example. I am getting the following error. Traceback (most recent call last): the size of edge_weight is 13264, the size of x_j is (19,16). So what can I do to successfully run the GNN Explainer example. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This bug was resolved in PyG>2.0.4, you need to upgrade your PyG to a higher version. |
Beta Was this translation helpful? Give feedback.
This bug was resolved in PyG>2.0.4, you need to upgrade your PyG to a higher version.