relation-gcn-pytorch icon indicating copy to clipboard operation
relation-gcn-pytorch copied to clipboard

pytorch implementaion of Relational Graph Convolutional Networks

Results 5 relation-gcn-pytorch issues
Sort by recently updated
recently updated
newest added

Hi, first of all thanks for providing this code, it is very nice to work with and I was able to reproduce 88% accuracy within 15 minutes of tinkering with...

Hello Zhang, Thanks for your contribution. As the artcile says the aggregation function gather all the neghbors of the given vertex (including itself), but there is no special relation matrix...

Hi, Thanks for your contribution. All relations among nodes are represented as 1. What if different type of relation? Is it represented as different numbers in adjacency matrix? e.g. [[1,...

I wonder that either in tkipf's version( the keras) or this verison, both of them give this warning return. It seems that some zero elements was divided...But I haven't figure...