Tflite Format for the model

#2
by muhammadbaasit - opened

Hello, I want to convert model into tf-lite but after converting model in tf-lite model output is not proper. please help me regarding.

Google org

Hello @muhammadbaasit , how did you convert the model in tf-lite? Was it done with optimum?

If that is the case, please open an issue there with a reproducible code example and the full error that you're seeing (or instructions showing the lack of correct model outputs).

Thanks!

Hello @lysandre ,
I haven't it done with optimum because it was showing error with table question answering model. I have converted model using TFLiteConverter. please refer the below link and check for both outputs.

link: https://colab.research.google.com/drive/1HwvjdgUBlKsTzcybhEg2xWVuFJx0WEpe?usp=sharing

Google org

@fxmarty would you know what may be happening here/how to better support with optimum?

Hello @fxmarty ,
as i see in the logs as of now optimum is not supported for the TFLite and ONNX. because of that i am trying to export it to Tf-Lite using TFLiteConverter

image.png

Sign up or log in to comment