Is it possible to convert tflite format ? #44
Unanswered
cdragon-choi
asked this question in
Q&A
Replies: 1 comment
-
Hi, We do not really work with TF You can try mobile deployment from pytorch or onnx or try converting from onnx directly With tf.js we found out that only reimplementing models from scratch works Also note that V2 models are not really mobile ready |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, thanks for great model.
I try to test the model in mobile phone , so i'm trying to convert it tflite format by using tflite converter.
After converting it, i met some errors like "invalid tflite format" when I load it in mobile application.
Is it possible to convert the tensorflow model to tflite ?
Beta Was this translation helpful? Give feedback.
All reactions