How to pass Stellargraph as an input to Keras model?

37 Views Asked by At

I am unable to pass Stellargraph graph as an input to Keras model using Input(). It gives an error: Failed to find data adapter that can handle input: <class 'stellargraph.core.graph.StellarGraph'>, <class 'NoneType'> Is there a way to define input passing a stellargraph object?

0

There are 0 best solutions below