-
Thanks for developing such a nice framework for graph neural network. I'm new to pytorch-geometric and I want to use class to define my own graph convolution operation. However, it raises error about 'Function ScatterAddBackward' when it executes I give a demo here which can reproduce the issue. My code is executed on RTX 2080ti and windows 10 platform. The version of PyG and PyTorch are 2.0.2 and 1.9.0, respectively. Here is the RuntimeError:
Here is my code:
Here is the data file for code execution: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Sorry to disturb you, I have found where the problem is. |
Beta Was this translation helpful? Give feedback.
Sorry to disturb you, I have found where the problem is.