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
Hi, I have finished training my own wake word model and exported .pb and .pb.params files. It worked very well, nice work guys, thank you!
But I want it to run on Android devices too. As far I as know, it should be in tflite format to be able to run on low energy chips on Android devices; so, questions is how can I do that? If it is not possible to convert to tflite, is there any trick to run the .pb model on Android OS?