ONNX-to-TFLite icon indicating copy to clipboard operation
ONNX-to-TFLite copied to clipboard

Converting the ONNX model representation to the TensorFlow Lite representation.

Results 2 ONNX-to-TFLite issues
Sort by recently updated
recently updated
newest added

Hi this is the same issue as #1, reopening it as a suitable solution isn't mentioned before closing it. Thank you.

All works fine till using ``` converter = tf.compat.v1.lite.TFLiteConverter.from_saved_model(pb_path, input_arrays=input_nodes, output_arrays=output_nodes, ) tflite_rep = converter.convert() ``` log ``` [/usr/local/lib/python3.10/dist-packages/tensorflow/lite/python/util.py](https://localhost:8080/#) in get_tensors_from_tensor_names(graph, tensor_names) 164 # Throw ValueError if any user input...