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
Dear,
I have this issue of returning empty output: curl -X POST --header "Content-Type: application/json" --data '{"input": "1 curry rice"}' localhost:1337/pipeline/predict {"query_id":29,"output":"","default":false}
However, when I tested inside the model container:
Dear,
I have this issue of returning empty output:
curl -X POST --header "Content-Type: application/json" --data '{"input": "1 curry rice"}' localhost:1337/pipeline/predict
{"query_id":29,"output":"","default":false}
However, when I tested inside the model container:
Any idea how I can inspect what's the actual input that is used in runtime?
The text was updated successfully, but these errors were encountered: