Wang Xinyu

Results 91 comments of Wang Xinyu

Can you try TensorRT 7.x? @freedenS Do we support TensorRT 8.4?

Maybe it's related to the GPU power mode.

Errors like this is due to model mismatch between pytorch and tensorrt. You can follow the readme to use the matched version, and try official model first. ``` [04/15/2022-00:10:18] [E]...

Normally, the gen_wts.py doesn't needs to be modified. But the .cpp code needs, especially the createEngine() function.

Can you try tensorrt7.x? I don't think it support 8.x API.

@xinsuinizhuan Cannot reproduce your issue. I tried batch=4, the output images are fine. Please use the default code without any changes to test. cc: @liuqi123123