TianBian95 / BiGCN

Source Codes: Rumor Detection on Social Media with Bi-Directional Graph Convolutional Networks--AAAI 2020
250 stars 73 forks source link

how to deal this issues? #4

Open isrczhu1 opened 3 years ago

isrczhu1 commented 3 years ago

RuntimeError: scatter_add() expected at most 5 argument(s) but received 6 argument(s). Declaration: scatter_add(Tensor src, Tensor index, int dim=-1, Tensor? out=None, int? dim_size=None) -> (Tensor) 0%| | 0/10 [00:01<?, ?it/s]

YingtongDou commented 3 years ago

This problem is related to torch-geometric, you can refer to this issue.