-
Notifications
You must be signed in to change notification settings - Fork 212
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
Tensorflow and Tensorflowjs version #34
Comments
@KienPM as I've been working on a fork of this repo, I can answer that: What's the issue you're encountering with TFLite? |
@geni94 Thanks for your answer. I've tried to convert TensorflowJS model to TFlite model according to this answer. When I run When I run with tensorflow 1.15.0, tensorflowjs 1.7.4, I got "KeyError: 'class_name'" |
I literally told you in the first comment that this library uses tensorflow 1.0, and yet you go ahead and try with 1.15, 1.7.4, 2.3.0, etc... The |
thank you! |
Hello @reiinakano,
Thanks for your great repository. Can you tell me which version of Tensorflow and Tensorflowjs have you used?
I want to convert Tensorflowjs model to TFLite model but I have some issue.
Look forward to hearing from you soon,
Thanks
The text was updated successfully, but these errors were encountered: