tkipf / relational-gcn

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

About the InputLayerAdj #3

Closed xxxiaol closed 6 years ago

xxxiaol commented 6 years ago

Hi, I have trouble running the code. It raises TypeError: Input layers to a 'Model' must be 'InputLayer' objects. Does it mean that custom the input layer is not allowed? I'm wondering whether this is due to the keras version, or you have modified the Keras source code.

xxxiaol commented 6 years ago

I changed the keras version and solved the problem:)