We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i try to convert this model to tflite , i get this error. any idea how to fix this ?
b'/bin/sh: toco_from_protos: command not found\n' None
Code: converter = lite.TFLiteConverter.from_saved_model(_MODEL_DIR) tflite_model = converter.convert()
converter = lite.TFLiteConverter.from_saved_model(_MODEL_DIR) tflite_model = converter.convert()
The text was updated successfully, but these errors were encountered:
@ameerhamza6733 Sorry, I know little about tflite
Sorry, something went wrong.
No branches or pull requests
When i try to convert this model to tflite , i get this error. any idea how to fix this ?
b'/bin/sh: toco_from_protos: command not found\n' None
Code:
converter = lite.TFLiteConverter.from_saved_model(_MODEL_DIR) tflite_model = converter.convert()
The text was updated successfully, but these errors were encountered: