Kevin Chen

Results 88 comments of Kevin Chen

I have reproduced the error with my own model, so looking into a possible fix now. If you can still share your model it would be helpful as an additional...

Updated the title. The root cause is that we do not support dynamic dimensions for the ReverseSequence operator. Marking as enhancement to fix in a later release.

No plans to include a bazel build file in the near future.

Hi all, TensorRT unfortunately only supports constant values for `k` in its TopK layer. Are the K values in the models actually dynamic? Perhaps they can be constant-folded using the...

You can try to use https://github.com/NVIDIA/Torch-TensorRT to see if the operator is supported. Does your model export into ONNX?

The 21.05 container has an older version of TensorRT (7.2) that's not compatible with the code on the master branch (that's meant for TRT 8.0). You can use a later...

Are you able to share the model? Dequantize nodes should have floating point input types (activation types in TRT), and this error suggests that there is a type mismatch.

Hi @Nedae, we only support QuantizeLinear and DequantizeLinear operators in TensorRT 7.2. We are planning to extend support and provide better tooling for prequantized networks in the next TensorRT release.