You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These TFLite models have the same signature as the SavedModels, and all the pre/post operations are included inside. All of them are converted with float16 quantization optimize process. You can find more about how to convert SavedModels to TFLite models in this repository.
TODO
Implement SimpleTokenizer in JAVA and JavaScript
Run TFLite models on Android and Web browser
The text was updated successfully, but these errors were encountered:
Do your have plan to Run TFLite models in Python or Java ?
On-Device Deployment (w/ TFLite) - WIP
We have managed to convert
SavedModel
s into TFLite models, and we are hosting them as below (thanks to @farmaker47):These TFLite models have the same signature as the
SavedModel
s, and all the pre/post operations are included inside. All of them are converted with float16 quantization optimize process. You can find more about how to convertSavedModel
s toTFLite
models in this repository.TODO
The text was updated successfully, but these errors were encountered: