I've been struggling to convert a .pb model to .tflite, I downloaded the model from
https://tfhub.dev/google/openimages_v4/ssd/mobilenet_v2/1 and I'm trying to convert it using the converter command line interface, and also tried using the Python API (without Bazel) but not making any progress. I'm following the steps from
https://www.tensorflow.org/lite/convert/cmdline but I'm still stuck. Also I saw that you could convert a "Saved Model" to tflite, but the one I got from tfhub it's not that kind of file (correct me if I'm wrong).
Jonathan.