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

TensorRT version: 8.5.2 With JetPack 5.1.2 in AGX Orin does not support TopK from ONNX #947

Open
chenscottus opened this issue Nov 17, 2023 · 1 comment

Comments

@chenscottus
Copy link

TensorRT version: 8.5.2 With JetPack 5.1.2 in AGX Orin does not support TopK from ONNX
:
[11/16/2023-10:31:19] [E] [TRT] ModelImporter.cpp:726: While parsing node number 230 [TopK → “/extractor/TopK_output_0”]:
[11/16/2023-10:31:19] [E] [TRT] ModelImporter.cpp:727: — Begin node —
[11/16/2023-10:31:19] [E] [TRT] ModelImporter.cpp:728: input: “/extractor/GatherND_1_output_0”
input: “/extractor/Reshape_4_output_0”
output: “/extractor/TopK_output_0”
output: “/extractor/TopK_output_1”
name: “/extractor/TopK”
op_type: “TopK”
attribute {
name: “axis”
i: 0
type: INT
}
attribute {
name: “largest”
i: 1
type: INT
}
attribute {
name: “sorted”
i: 1
type: INT
}

The onnx is https://github.com/fabio-sim/LightGlue-ONNX/releases/download/v0.1.3/superpoint_2048_lightglue_end2end.onnx

In Windows, TensorRT 8.6.1.6 has no such problem.

Thanks!

Scott

@henbucuoshanghai
Copy link

trt 8.6 version support topk op? i dont thik so

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