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

AssertionError: output is not in graph #2364

Open
HYJ-creator opened this issue Nov 8, 2024 · 0 comments
Open

AssertionError: output is not in graph #2364

HYJ-creator opened this issue Nov 8, 2024 · 0 comments
Labels
bug An unexpected problem or unintended behavior

Comments

@HYJ-creator
Copy link

python -m tf2onnx.convert
--checkpoint ./ckpt/ner.ckpt-99.meta
--output model.onnx
--inputs inputs_charID:[1,70],inputs_langID:[1,70],inputs_textID:[1,70],inputs_posID:[1,70],inputs_wlID:[1,70],inputs_wpID:[1,70],inputs_cwsID:[1,70]
--outputs output:[1,-1]
--opset 11
raise an error :
assert d in name_to_node, "%s is not in graph" % d
AssertionError: output is not in graph

@HYJ-creator HYJ-creator added the bug An unexpected problem or unintended behavior label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant