Zero Zeng

Results 582 comments of Zero Zeng

I don't quite get what your problem is, can you elaborate on it?

It's hard to see the problem from the code snippet. Can you provide the full reproduce code here? or an onnx model that can reproduce this error(preferred).

> * what is a `ForeignNode`? ForeignNode is operators handled by Myelin(a non open-source DL compiler) or DLA. usually it is NOT a node but contain many nodes. e.g. Myelin...

I think you can use polygraphy to debug this, 1) use `polygraphy inspect model model.onnx --show layers attrs | grep p2o.Mul.12` to check if there are duplicate node or tensor....

1. Please run at least 100-150 times to warm up the GPU. 2. Locking the GPU frequency is a good practice. 3. the inference time may be fluctuating so please...

btw if you just want to check the multi-stream. trtexec has an option for it, check it with `trtexec -h`.