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
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:
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: