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
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Hello @idealo-ricardo-band @idealoprovisioning
I very appreciate your awesome work. And I'm trying to convert RRDN hdf5 model to tflite in order to integrate it to android project.
But when I was exporting, I got the error
File "/home/lib/python3.8/site-packages/tensorflow/lite/python/lite.py", line 1287, in _freeze_keras_model
if not isinstance(self._keras_model.call, _def_function.Function):
AttributeError: 'RRDN' object has no attribute 'call'
Could you give me some advice? Thank you
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello @idealo-ricardo-band @idealoprovisioning
I very appreciate your awesome work. And I'm trying to convert RRDN hdf5 model to tflite in order to integrate it to android project.
But when I was exporting, I got the error
Could you give me some advice? Thank you
The text was updated successfully, but these errors were encountered: