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

openvino to tflite conversion issue for a yolov7 based onnx model #4

Closed
dsbyprateekg opened this issue Feb 9, 2023 · 1 comment
Closed

Comments

@dsbyprateekg
Copy link

Hi,

I am facing below error while doing this conversion for y yolov7-w6 based model file-

`raise e.with_traceback(filtered_tb) from None
ValueError: Exception encountered when calling layer "tf.concat_6" (type TFOpLambda).

Dimension 1 in both shapes must be equal, but are 48 and 52. Shapes are [1,48,18] and [1,52,22]. for '{{node tf.concat_6/concat}} = ConcatV2[N=4, T=DT_FLOAT, Tidx=DT_INT32](Placeholder, Placeholder_1, Placeholder_2, Placeholder_3, tf.concat_6/concat/axis)' with input shapes: [1,40,10,512], [1,44,14,512], [1,48,18,512], [1,52,22,512], [] and with computed input tensors: input[4] = <-1>.

Call arguments received by layer "tf.concat_6" (type TFOpLambda):
• values=['tf.Tensor(shape=(1, 40, 10, 512), dtype=float32)', 'tf.Tensor(shape=(1, 44, 14, 512), dtype=float32)', 'tf.Tensor(shape=(1, 48, 18, 512), dtype=float32)', 'tf.Tensor(shape=(1, 52, 22, 512), dtype=float32)']
• axis=-1
• name=concat`

Please help to resolve this issue.

@sldriedler
Copy link
Collaborator

Hi,

This issue does not appear to be related to the MLTK, please post your question in openvino project.

@sldriedler sldriedler closed this as not planned Won't fix, can't repro, duplicate, stale Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants