-
Notifications
You must be signed in to change notification settings - Fork 356
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
Can't load TFLite output_details for quantizer model (encode) #123
Comments
I'm having the same problem. |
Same problem. Can we have an example of how to use these tflite files? |
Hi, apologies for the late reply. Our library only uses the TFLite models with the C++ interface (examples in encoder_lib_main.cc and decoder_lib_main.cc). It's possible this is related to the TF version you are running in the python environment. I tried this from bleeding edge and got this output without errors:
We haven't explored python usage, but this is an example of how you could call the quantizer encode/decode (in practice you would use the output of the lyra encoder instead of quantizing zeros):
|
Hi,
I'm not sure if I'm using it correctly, so could be that the problem is on my side. Consider the following code:
The last line produces the following error:
I'm not really sure why...
Is that the proper way to use? Any TFLite example code that I can follow?
Thanks,
Zach
The text was updated successfully, but these errors were encountered: