-
Notifications
You must be signed in to change notification settings - Fork 228
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
Could I re-train it with my own datasets? #7
Comments
Hi, Then, you have labels and NN (not tf-lite). So in tensorflow for poets 2 tflite you will optimize your model using the TFLite converter. After that, just swich Good luck :-) |
I tried to retrain it with my own data set and used mobilenet_1.0_224 as tfhub module but it crashes, please help me |
My recent PR has added support for float models, which is probably the type of model you trained. Simply change the variable QUANT to false in TensorFlowImageClassifier.java along with changing the model and lebels name. |
Hi there. I working with a new model built using tesnorflow 1.13.1's Keras. |
No description provided.
The text was updated successfully, but these errors were encountered: