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
[TRT] [W] onnx2trt_utils.cpp:377: Your ONNX model has been generated with INT64 weights, while TensorRT does not natively support INT64. Attempting to cast down to INT32.
[TRT] [W] onnx2trt_utils.cpp:403: One or more weights outside the range of INT32 was clamped
[TRT] [I] No importer registered for op: EfficientNMS_TRT. Attempting to import as plugin.
[TRT] [I] Searching for plugin: EfficientNMS_TRT, plugin_version: 1, plugin_namespace:
[TRT] [I] Successfully created plugin: EfficientNMS_TRT
The text was updated successfully, but these errors were encountered:
[TRT] [W] onnx2trt_utils.cpp:377: Your ONNX model has been generated with INT64 weights, while TensorRT does not natively support INT64. Attempting to cast down to INT32.
[TRT] [W] onnx2trt_utils.cpp:403: One or more weights outside the range of INT32 was clamped
[TRT] [I] No importer registered for op: EfficientNMS_TRT. Attempting to import as plugin.
[TRT] [I] Searching for plugin: EfficientNMS_TRT, plugin_version: 1, plugin_namespace:
[TRT] [I] Successfully created plugin: EfficientNMS_TRT
The text was updated successfully, but these errors were encountered: