MLServer icon indicating copy to clipboard operation
MLServer copied to clipboard

Allow explanation of batched inputs for explaines that dont allow batch.

Open sakoush opened this issue 2 years ago • 0 comments

If an explainer (e.g. anchors) does not allow batched explanation, then we could in the runtime loop over each element in the batch and conduct explanation of each item. This pattern is more generally considered also in SCv2 Pipeline so we should think carefully about whether this "loop" should be done: library (alibi), runtime (mlserver) or framework (scv2).

sakoush avatar Feb 28 '23 10:02 sakoush