TrojanXu / onnxparser-trt-plugin-sample

A sample for onnxparser working with trt user defined plugins for TRT7.0
Apache License 2.0
166 stars 36 forks source link

the output of engine is a array that all element are zeros #14

Open wangshuting6237 opened 3 years ago

wangshuting6237 commented 3 years ago

Hello, first of all thank you very much for the reference you provided on the custom plugin, but I meet some problems when using this project : I successfully registered this plugin, but when performing inference, the output of engine is a array that all element are zeros,I want to know, what should I do to get the correct output?