torch_geometric.explain.Explainer giving ValueError: 'multiclass_classification' is not a valid ModelMode #6783
Answered
by
wsad1
yangyangdotcom
asked this question in
Q&A
-
I was trying to replica the result of this. However, I encounter a ValueError message stating that the ModelMode I choose is invalid. However, according to this, multiclass_classification indeed is a valid ModelMode. Any clue why it does not work on 'multiclass_classification'? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
wsad1
Feb 24, 2023
Replies: 1 comment 1 reply
-
Apologies for this. Which version of pyg are you an, can you try installing from master pip install git+https://github.com/pyg-team/pytorch_geometric.git. The example is written assuming master is used. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yangyangdotcom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apologies for this. Which version of pyg are you an, can you try installing from master pip install git+https://github.com/pyg-team/pytorch_geometric.git. The example is written assuming master is used.