Zero Zeng

Results 581 comments of Zero Zeng

I believe we don't support install the python binding with pip on windows. @pranavm-nvidia not sure if we support it today.

I didn't reproduce the issue on TRT 8.6 and 9.2. Could you please: 1. try converting it in our official tensorrt container? 2. try trt 9.2/9.3 Thanks!

``` [02/24/2024-15:17:52] [I] Latency: min = 0.954285 ms, max = 1.15598 ms, mean = 0.957755 ms, median = 0.95752 ms, percentile(90%) = 0.959534 ms, percentile(95%) = 0.960541 ms, percentile(99%) =...

Bus error looks like an env issue. I don't know how well we support wsl2. @nvpohanh for viz.

Currently we don't support data dependent plugin. @samurdhikaru for viz.

Looks like you set layer precision constrain which violate the cast(which force precision) Does it work if you run `trtexec --onnx=folded.onnx --fp16 --int8`?

> so you mean remove `--precisionConstraints=prefer --layerPrecisions=*:fp16,*:fp32 --layerOutputTypes=*:fp16,*:fp32 `? @nvpohanh do we support usage like this? `*:fp16,*:fp32`

Does it work if you run without `--precisionConstraints=prefer --layerPrecisions=*:fp16,*:fp32 --layerOutputTypes=*:fp16,*:fp32`?