Zero Zeng
Zero Zeng
I can see it has dynamic shapes input, what is the intended input shapes? Could you please a trtexec/polygraphy command that can reproduce the error? Thanks!
could you please provide a log with `--verbose` in jetson, cause I don't have a jetson on my hand.
BTW does it work with static shape? e.g. only specify --optShapes
`&&&& PASSED TensorRT.trtexec [TensorRT v100000] # trtexec --onnx=superpoint_2048_lightglue_end2end.onnx --optShapes=image0:1x1x3840x640,image1:1x1x3840x128` Looks like fixed in 10.0, but I don't know when will the be the JP release come with TRT 10. The...
BTW I sew many warning like ``` [03/10/2024-08:01:36] [W] [TRT] /lightglue/self_attn.8/Reshape_14: IShuffleLayer with zeroIsPlaceHolder=true has reshape dimension at position 0 that might or might not be zero. TensorRT resolves it...
How do you set the layer precision? did you set the layer contrain to obey? See https://docs.nvidia.com/deeplearning/tensorrt/api/c_api/namespacenvinfer1.html#abdc74c40fe7a0c3d05d2caeccfbc29c1
Could you please provide a reproduce for us? thanks! I would prefer an onnx model that can reproduce this error.
@nvpohanh On the right part of the image, it's a myelin subgraph, is it possible that myelin already set the precision to FP32 but just didn't print it in the...
You log is incomplete, in the later part of the error log should tell you why the onnx parse fail.
Does the model work with onnxruntime? GridSample should be a supported op. see https://github.com/onnx/onnx-tensorrt/blob/8.6-GA/docs/operators.md Please provide a reproduce if it work with onnxruntime.