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?
Asked
Active
Viewed 20 times
0
-
You need to convert this to a floating point vector, not just pass a whole unknown object. – Dr. Snoopy Jul 03 '23 at 09:00
-
Can you explain further how to do this? – Aks Jul 31 '23 at 09:51