MLServer icon indicating copy to clipboard operation
MLServer copied to clipboard

Deal with inference models that dont consume directly np.ndarray

Open seldondev opened this issue 4 years ago • 0 comments
trafficstars

The are inference cases e.g. tf models trained with mlflow (TypeError: Only dict and DataFrame input types are supported) that dont consume directlynp.ndarray

In these cases the alibi runtime will not be able to send inference query as currently we only support np.

This might require having to consume the metadata endpoint to decide what to do.

seldondev avatar Nov 02 '21 09:11 seldondev