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
{{ message }}
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
Hi, I have successfully deployed a model by following this tutorial: https://github.com/pmservice/wml-sample-models/blob/master/tensorflow/import/tensorflow-import-python.ipynb
My model is slightly different because instead of doing the inference with
test_results = session.run( classification, feed_dict = { X : X_test } )
I do it with
so my input of the model is quite different from the one of the jupyter notebook demo.
I have tried to format my input data in different ways, and among those I also tried this mock data
but when I call the function
client.deployments.score( model_endpoint_url, payload )
I always get the following errorDo you have any idea on why this is happening? I am not able to find documentation on that error anywhere.
Thank you
The text was updated successfully, but these errors were encountered: