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

Change the way to set node name. #2278

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

fatcat-z
Copy link
Collaborator

@fatcat-z fatcat-z commented Dec 14, 2023

Sometimes, in a tf model to be converted, there are some training ops inside it. And those ops might not have output as others. This fix is going to construct a new name if it's this case.

This fix won't help to convert those training ops to ONNX ops, but it will help the converting process could end smoothly.

Fix #2275, partially.

@fatcat-z fatcat-z self-assigned this Dec 14, 2023
@fatcat-z fatcat-z requested a review from xiaowuhu December 14, 2023 16:20
@fatcat-z fatcat-z merged commit 85a10b5 into onnx:main Dec 15, 2023
51 checks passed
@fatcat-z fatcat-z deleted the fix_tflite_output_name_issue branch December 15, 2023 07:43
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

Successfully merging this pull request may close these issues.

tflite to onnx conversion: parse_tflite_graph list index out of range error
2 participants