alibi-detect icon indicating copy to clipboard operation
alibi-detect copied to clipboard

Convert alibi detect model (tf backend)

Open Sofien1945 opened this issue 2 years ago • 2 comments

I have trained a VAR model and i would like to convert it to onnx to deploy on an edge device. Is it possible to use tfonnx conversion for this purpose and keep using alibi detect methods such predict, plot_feature_outlier_tabular

Sofien1945 avatar Apr 13 '22 12:04 Sofien1945

Hi @Sofien1945, do you mean a VAE outlier detector model? Could this link be helpful: https://github.com/SeldonIO/alibi-detect/issues/279#issuecomment-870470095

We haven't tested conversion to onnx for alibi detect models explicitly but I don't think it would work because our models are basically custom Python objects that may contain tensorflow models inside them.

jklaise avatar Apr 14 '22 09:04 jklaise

Yes it s VAR outlier to detect anomaly inside image. I am trying to convert it using tensorflow onnx converter and i willcshare my result thank you

Sofien1945 avatar Apr 15 '22 17:04 Sofien1945