cnn-graph-classification icon indicating copy to clipboard operation
cnn-graph-classification copied to clipboard

A convolutional neural network for graph classification in PyTorch

Results 4 cnn-graph-classification issues
Sort by recently updated
recently updated
newest added

Whenever I try to input a graph to the KCNN which only represents one graph (i.e. N = 1), then I get the error "ValueError: all the input array dimensions...

Thank you so much @giannisnik for publishing this code. Is a very interesting use of a CNN. I'm trying to reproduce some of your results but keep getting Accuracy =...

@giannisnik , Thanks for sharing the code with us! I am wondering how to handle categorical edges. For example, there are two types of edges in graphs among nodes, how...

Hi giannisnik, Thanks for your kind sharing code! Can you give detailed code comments to help me learn? And could you pls help explain what is the meaning below? Epoch:...