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

Fix a bug with TfIdfConverter and pruned terms #747

Merged
merged 5 commits into from
Sep 23, 2021
Merged

Conversation

xadupre
Copy link
Collaborator

@xadupre xadupre commented Sep 22, 2021

Answer to comment in issue #712.

It fixes the error message obtained when running onnxruntime: onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running Concat node. Name:'Concat1' Status Message: concat.cc:159 onnxruntime::ConcatBase::PrepareForCompute Non concat axis dimensions must match: Axis 0 has mismatched dimensions of 2104 and 2500.

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
@xadupre xadupre added the CI label Sep 22, 2021
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
@xadupre xadupre changed the title Add more unit tests for robustness Fix a bug with TfIdfConverter and pruned terms Sep 23, 2021
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
@xadupre xadupre added the bug Something isn't working label Sep 23, 2021
@xadupre xadupre merged commit 75d3b62 into onnx:master Sep 23, 2021
@xadupre xadupre deleted the ipipe branch November 19, 2021 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants