You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After training step, I got a 'model' object . And then how to use it to predict new data?
I tried model.predict([X, A],verbose=0) and got some error InvalidArgumentError: Incompatible shapes: [32,32] vs. [32,9928] [[node model/graph_attention/add_15 (defined at <ipython-input-10-0d3199260314>:122) ]] [Op:__inference_predict_function_131650]
The text was updated successfully, but these errors were encountered:
Can model. predict() be used to process multiple graphs at once, receiving X with the shape of (batch_size, N, F) and A with the shape of (batch_size, N, N)?
After training step, I got a 'model' object . And then how to use it to predict new data?
I tried
model.predict([X, A],verbose=0)
and got some errorInvalidArgumentError: Incompatible shapes: [32,32] vs. [32,9928] [[node model/graph_attention/add_15 (defined at <ipython-input-10-0d3199260314>:122) ]] [Op:__inference_predict_function_131650]
The text was updated successfully, but these errors were encountered: