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
I have successfully trained one age and gender detection model and i got .ckpt model file and its working and predicting correctly with satisfied accuracy now i want to convert this .ckpt model into .tflite tensorflow lite model for run this model on mobile device.
Please help me how can i convert .ckpt model to tflite model for use on mobile device?
The text was updated successfully, but these errors were encountered:
you can find good tutorial here
since you have the ckpt file, it should be easy to do, however it comes with some limitations, for example i didn't find a way to create model with dynamic input dimension. if you got managed to solve this please let me know
I have successfully trained one age and gender detection model and i got .ckpt model file and its working and predicting correctly with satisfied accuracy now i want to convert this .ckpt model into .tflite tensorflow lite model for run this model on mobile device.
Please help me how can i convert .ckpt model to tflite model for use on mobile device?
The text was updated successfully, but these errors were encountered: