-
Notifications
You must be signed in to change notification settings - Fork 432
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
Unsupported ops: TensorScatterAdd, TensorListConcatV2, Rank #1778
Comments
I am having a very confusing problem with tf2onnx giving me More generally, I am confused why the tf2onnx parser is giving me a node that is not supported by onnx. I would love an explanation of what is going on here! |
Yes, TensorScatterAdd, TensorListConcatV2 are not mapped - we'd need to add it. |
What should I do in the meantime? I really need the onnx converted file. |
Could you please share the TF code of your model so that we can validate it once there is a fix? |
Hi, |
👍 I'd really like to see TensorScatterAdd be added to tf2onnx as well. |
Hi @r-remus @igalkr, thanks for your comments! |
It's been over 2 months, so closing this. Feel free to open a new one if the issue still exists. |
Hi, I am getting the following error with opset=18: Tensorflow op [TensorListConcatV2_4: TensorListConcatV2] is not supported could you please help me? |
This op is not supported yet. Please feel free to open a new issue with some details, like code or model, for this requirement so that we can put it into the plan. |
Hi, are the above ops to be supported, or am I running the command incorrectly?
python -m tf2onnx.convert --saved-model saved_model --output model.onnx -v --target tensorrt --tag serve
The text was updated successfully, but these errors were encountered: