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

Onnx2Trt Conversion Problem #6

Open
SwEngine opened this issue Dec 11, 2023 · 1 comment
Open

Onnx2Trt Conversion Problem #6

SwEngine opened this issue Dec 11, 2023 · 1 comment

Comments

@SwEngine
Copy link

When I tried to convert my onnx file to trt file (tensorrt7), I got the error below, how can I solve it?

[12/11/2023-16:10:27] [I] [TRT] ModelImporter.cpp:135: No importer registered for op: ScatterND. Attempting to import as plugin.
[12/11/2023-16:10:27] [I] [TRT] builtin_op_importers.cpp:3659: Searching for plugin: ScatterND, plugin_version: 1, plugin_namespace:
[12/11/2023-16:10:27] [E] [TRT] INVALID_ARGUMENT: getPluginCreator could not find plugin ScatterND version 1
ERROR: builtin_op_importers.cpp:3661 In function importFallbackPluginImporter:
[8] Assertion failed: creator && "Plugin not found, are the plugin name, version, and namespace correct?"
[12/11/2023-16:10:27] [E] Failed to parse onnx file
[12/11/2023-16:10:27] [E] Parsing model failed
[12/11/2023-16:10:27] [E] Engine creation failed
[12/11/2023-16:10:27] [E] Engine set up failed

@pcb9382
Copy link
Owner

pcb9382 commented Jan 24, 2024

Please use TRT8, trt7 may need to be changed by yourself due to some operator unsupport and interface problems

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