MobileNet-SSD-TensorRT icon indicating copy to clipboard operation
MobileNet-SSD-TensorRT copied to clipboard

Any idea on how to use via Python api???

Open PaulZhangIsing opened this issue 5 years ago • 0 comments

I tried to use python api to quantize the SSD model. I want to make use of plugin, so I copy several files and make a plugin. Following the idea demonstrated by TensorRT official documentation, /usr/src/tensorrt/samples/python/fc_plugin_caffe_mnist However, I encountered the problem while I want to import plugin, it shows fcplugin.so: undefined symbol: Z11cudaSoftmaxiiPfS.

Anyone has some ideas on what to do??

PaulZhangIsing avatar Feb 26 '20 04:02 PaulZhangIsing