Xu Zhang

Results 2 comments of Xu Zhang

> You can ref https://github.com/lix19937/tensorrt-insight/blob/main/tool/infer_from_engine_v10x.py Thanks for your reply. According to the code you provided, I update my code as follows: ```python import os from collections import OrderedDict # keep...

> Use a common onnx like resnet50.onnx, then build a plan, and run my script, to check pass or not. I tried writing a very simple 2-layer LSTM model and...