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
Thank you for your kindness sharing. I have encountered the bug below, I don't know which is Slice_4 and how can i debug it. Really appreciated for your advice
[TensorRT] WARNING: onnx2trt_utils.cpp:198: Your ONNX model has been generated with INT64 weights, while TensorRT does not natively support INT64. Attempting to cast down to INT32.
ERROR In node 165 (parseGraph): INVALID_GRAPH: Assertion failed: ctx->tensors().count(inputName)
num layers: 132
lastlayers: <tensorrt.tensorrt.ILayer object at 0x7f971cde59d0>
[TensorRT] ERROR: Slice_4: slice is out of input range, input dimensions = [4,3,608,608], start = [0,0,0,0], size = [1,3,320,640], stride = [1,1,2,1].
[TensorRT] ERROR: Layer Slice_4 failed validation
[TensorRT] ERROR: Network validation failed.
The text was updated successfully, but these errors were encountered:
[TensorRT] WARNING: onnx2trt_utils.cpp:198: Your ONNX model has been generated with INT64 weights, while TensorRT does not natively support INT64. Attempting to cast down to INT32.
ERROR In node 165 (parseGraph): INVALID_GRAPH: Assertion failed: ctx->tensors().count(inputName)
num layers: 132
lastlayers: <tensorrt.tensorrt.ILayer object at 0x7f971cde59d0>
[TensorRT] ERROR: Slice_4: slice is out of input range, input dimensions = [4,3,608,608], start = [0,0,0,0], size = [1,3,320,640], stride = [1,1,2,1].
[TensorRT] ERROR: Layer Slice_4 failed validation
[TensorRT] ERROR: Network validation failed.
The text was updated successfully, but these errors were encountered: