I have a unmodifiable caffe prototxt, which includes ConvolutionDepthWise layer. Since tensorrt not support ConvolutionDepthWise directly, I want to add nvinfer::IConvolutionLayer with groups param in PluginFactory so that it can replace ConvolutionDepthWise Layer. Is there anyway to do that?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Does onnx parser support plugin in tensort 7? | 3 | 1036 | January 9, 2020 | |
how to support caffe tile layer? | 4 | 1351 | October 12, 2021 | |
[Tensorrt] Plugin and caffe parser in python | 1 | 1061 | August 14, 2018 | |
A qustion about custom layer plugin when i use onnx parser | 3 | 400 | April 6, 2021 | |
Can anyone provide some examples about how to define custom layers for onnx model? | 4 | 1510 | December 4, 2019 | |
Does Deepstream support plugin layer ? | 2 | 1029 | January 10, 2018 | |
tf.nn.depthwise_conv2d() | 0 | 272 | September 9, 2019 | |
Using custom layer IPluginV2Ext with UFF parser | 0 | 756 | March 20, 2019 | |
ONNX PluginFactory ? | 0 | 445 | July 12, 2018 | |
how weights are passed to plugin layer -- SampleFasterRCNN | 7 | 819 | October 18, 2021 |