Kevin Chen

Results 88 comments of Kevin Chen

I would recommend adding the` -DBUILD_LIBRARY_ONLY=1` flag to your CMake build command to skip building the binaries that rely on the older ONNX headers.

Looks like `python` cannot be found, can you check that it's in your PATH?

Yes, there are some current incompatibilities with the new ONNX versions in the `onnx2trt` binary we have in this repo. We are working on deprecating it, then we can move...

TensorRT does not support the `Round` operation yet. TRT will attempt to load user-defined plugins if an operator is not supported, which is why the following error message appears. `[E]...

Can you provide a model that you have converted?

@dedoogong I've looked at your model, and in TRT we currently do not support padding of INT32 tensors. Can you try adding some cast operations before and after the pad...

This import restriction has been removed in TRT 8.2, but I'm running into another issue where the engine fails to build due to no valid tactics being found for one...

I believe the root cause is that the ONNX submodule does not support protobuf >= 3.11. Can you try installing a protobuf version < 3.11?

Oops. I'll make a PR addressing this.