This repository was archived by the owner on May 12, 2024. It is now read-only.

Description
OS you are using: MacOS 11.4
Version of TensorFlow: v2.5.0
Environment: Docker
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)