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
The Seldon protocol needs update to make multi-headed models easier to use. You can send arbitrary tensors if you are willing to split them yourself into individual inputs. You can also use binData and jsonData to send what you want. The current protocol will not work with the Tensorflow proxy.
Your best best at present is to use the Tensorflow protocol for these models. In future we will be introducing a new V2 protocol shared amongst many projects which will also explicitly allow multiple inputs and outputs.
I have data like:
[{
e_input: ...,
e_time_input: ...,
r_input: ...
}]
I can use tensorflow protocol and send the requests like:
But how to send the above request in seldon-core client and seldon protocol?
The text was updated successfully, but these errors were encountered: