-
Hi I've been getting the above error, despite following the documentation for PyG for Graph Explanation. I have been this running this in Google Colab, and have the latest pytorch version. Would appreciate any help! UPDATE: Solved by changing it simply to 'classification' |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Jan 10, 2023
Replies: 1 comment 1 reply
-
We recently split |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yousha806
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We recently split
"classification"
to"binary_classification"
and"multiclass_classification"
. You can also solve this by installing PyG from master.