I face a problem when I try to reproduce the paper code GIANT. I used my own text-atttibuted graph dataset and followed the data processing instruction by GIANT.
It seems really strange that this problem occurred at training level 1, while it can be well at training level 0.I try to direct this issue, and the only problem I can find is that it may occur at sparse_matmul() function in matcher._predict().
Description
I face a problem when I try to reproduce the paper code GIANT. I used my own text-atttibuted graph dataset and followed the data processing instruction by GIANT.
It seems really strange that this problem occurred at training level 1, while it can be well at training level 0. I try to direct this issue, and the only problem I can find is that it may occur at sparse_matmul() function in matcher._predict().
Steps to reproduce
The command is
Error message or code output
Environment