tflite to onnx conversion: parse_tflite_graph list index out of range error #2275
Labels
pending on user response
Waiting for more information or validation from user
question
An issue, pull request, or discussion needs more information
I am using audio tflite models sourced from https://chromium.googlesource.com/chromiumos/platform2/+/main/ml_benchmark/model_zoo/README.md#audio-models
This consist of lstm.tflite, seanet_wave.tflite and seanet_stft.tflite models. I am trying to convert these models to ONNX format using tf2onnx. lstm.tflite gets converted to ONNX format easily but when trying seanet_wave.tflite and seanet_stft.tflite models to ONNX, i get the parse_tflite_graph list index out of range error.
log below:
I am using opset18. I get the same error when using any other opset as well.
I referred the issue: #2055 which is similar to what I am getting, but it failed to give a solution. The model I am using has one CallOnce op as well similar to above issue. Is there a way to convert such tflite models?
thanks
The text was updated successfully, but these errors were encountered: