Skip to content
New issue

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

How can we convert .ckpt model to tflite model for use on mobile device? #40

Open
kamlesh-solution opened this issue Jan 24, 2020 · 2 comments

Comments

@kamlesh-solution
Copy link

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?

@mtinnes
Copy link

mtinnes commented Apr 20, 2020

any luck with this?

@Alloooshe
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants