pygcn icon indicating copy to clipboard operation
pygcn copied to clipboard

Graph Convolutional Networks in PyTorch

Results 54 pygcn issues
Sort by recently updated
recently updated
newest added

Hi @tkipf , excellent work on pygcn! Really nice engineering setting up sparse adjacency multiplications and super clean code. I'm curious to hear how you suggest dealing with batch operations?...

Hi tkipf, thank you for sharing the source code. I ran it on Pytorch 0.4.0 and Python 2.7, but got this type error. However, if I used python 3.5 it...

Why are the results of my 5 experiments on cora dataset showing higher accuracy than the results shown in the paper by using the author's code. Who can tell me...

Is there the vocabulary of words in Cora dataset to recover words from binary vectors? I have searched over the Internet and found nothing.