How can i add serving signture to tflite model. #13113
Replies: 3 comments
-
@rsuderman might be able to help here |
Beta Was this translation helpful? Give feedback.
-
Does this help? https://colab.research.google.com/github/openxla/iree/blob/main/samples/colab/tensorflow_hub_import.ipynb#scrollTo=CedNRSQTOE7C |
Beta Was this translation helpful? Give feedback.
-
Before you answer this question, I have actually found an alternative to my problem, at the very beginning I was trying to get the tflite model f32 data to convert to i8 data (my coprocessor only supported i8 before), I referred to the ft model approach, I now think I have a problem with my thinking, so I raised this issue. thank you very much for your answers. |
Beta Was this translation helpful? Give feedback.
-
You can see the following code,but this model is used for the tf model.If I am using the tflite model, how should I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions