Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self.shape = [int(i) for i in tensor.ShapeAsNumpy()] TypeError: 'int' object is not iterable when doing convertion #89

Open
Peize-Liu opened this issue Sep 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Peize-Liu
Copy link

I convert the HITNET model from tflite to onnx model. The model can be download from this link google drive
I install tflite2onnx with pip install in prebuild version. and run with cmd: tflite2onnx ./model_float16_quant.tflite ./model_float16_quant.onnx
The error is following:
image
I am wondering if this is the issue with tflite model itselt or there is something wrong with the tool

@Peize-Liu Peize-Liu added the bug Something isn't working label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant