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 May 12, 2024. It is now read-only.
Under tf 2.5.0, I converted my pre-trained model from saved_model to tflite.
Afterwards, in Docker container, when I was converting this tflite model to pb format using tflite2tensorflow, the following error occured:
ERROR: The UNIDIRECTIONAL_SEQUENCE_LSTM layer is not yet implemented.
(In this experiment, I did not perform quantization/optimization, but later on I do plan to use tflite to quantize my model that is to be saved as .tflite, which is why I did not directly convert saved_model to pb)