tkipf / relational-gcn

Keras-based implementation of Relational Graph Convolutional Networks
MIT License
793 stars 134 forks source link

errors in run train.py #18

Open wj1108114106 opened 4 years ago

wj1108114106 commented 4 years ago

i changed X into X=sp.dia_matrix(A[0].shape) it was still errors. in fact, the version still bring many errors, e.g. return x=x.dims, however, there doesn't exist the attribute "dims"?