Aks
Aks

Reputation: 3

How to pass Stellargraph as an input to Keras model?

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?

Upvotes: 0

Views: 43

Answers (0)

Related Questions