Graph-Classification-with-GCN icon indicating copy to clipboard operation
Graph-Classification-with-GCN copied to clipboard

A simple implementation of a portion of GCN (Kipf & Welling) that can handle graph classification.

Results 4 Graph-Classification-with-GCN issues
Sort by recently updated
recently updated
newest added

hello, I have recently gone through your github repository and found your work very interesting. You have done a great work. I want to replicate your results and want to...

Hey , first I want to thank you for providing this extraordinary framework , it helps a lot. The thing I want to ask is about insufficient memory. I'm working...

Hi, I have a question about the "global node" approach. Could you tell me more details about how to connect the global node with its graph? Thanks for your great...

Hello, When I only edit the "featureless" flag to be true and leave everything else the same, suddenly the training accuracy becomes 1.0 (on the default protein dataset). Help!