malllabiisc / CompGCN

ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
Apache License 2.0
597 stars 107 forks source link

Update scatter to match new API #3

Closed tkukurin closed 4 years ago

tkukurin commented 4 years ago

Updates the number of arguments passed to torch_scatter.scatter.

NB, reduce operation name is "sum" instead of "add" in the library.

svjan5 commented 4 years ago

Thanks a lot for your help!