You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: