CUDA error: device-side assert triggered and modelling a Dependency Parse #5663
-
I am trying to use GNNs to learn a representation of a dependency parse. I have the following data batch:
I am getting PS: Additionally, this problem would be better suited for a RGAT, but I did not figure out what was "edge type" supposed to be. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
I think the problem might be x = global_add_pool(x, data.batch) |
Beta Was this translation helpful? Give feedback.
-
Can you run your code via |
Beta Was this translation helpful? Give feedback.
Can you run your code via
CUDA_LAUNCH_BLOCKING=1 python ...
? In which module does your script crash?