tkipf / keras-gcn

Keras implementation of Graph Convolutional Networks
MIT License
791 stars 266 forks source link

Errors when testing the train.py with tensorflow as backend #27

Closed zhangyu2ustc closed 6 years ago

zhangyu2ustc commented 6 years ago

Sorry, the previous issue report was closed. So I created a new one.

The error message showed up again when I change the FILTER method from 'localpool' to 'chebyshev' even by running "python train.py" from terminal.

ValueError: Dimensions must be equal, but are 4299 and 1433 for 'graph_convolution_1/MatMul' (op: 'MatMul') with input shapes: [?,4299], [1433,16].

tkipf commented 6 years ago

Duplicate of https://github.com/tkipf/keras-gcn/issues/26