probability icon indicating copy to clipboard operation
probability copied to clipboard

Can a tensorflow probability model be converted into tflite format for mobile prediction?

Open maxkaustav opened this issue 4 years ago • 2 comments

I have a TensorFlow probability model which I want to deploy on mobile devices. How can I do that?

maxkaustav avatar Apr 13 '21 11:04 maxkaustav

TFP just uses raw TF ops under the hood, so as long as you have a Tensor-in, Tensor-out model, I don't see why you couldn't deploy on mobile.

brianwa84 avatar Apr 26 '21 21:04 brianwa84

Can you please confirm that if it is possible? When I try to convert it to tflite, I received errors about unknown layer type. Thanks

mkaramilattice avatar Feb 08 '23 18:02 mkaramilattice