some layer params not work when using tensorRT2 to accelerate caffe

when using tensorRT2 to accelerate caffe, I find some layer params not work in SSD, such as “dilation: 6” in a Convolution layer and “axis: 2” in concat and softmax layer. Whether I have to add plugin layer to use these params? Does tensorRT2 support these params?

Hi,

Dilated convolution is supported with TensorRT 3.
But we only support channel axis concatenate currently.

You can find full support layer information in our document:
/usr/share/doc/tensorrt/

If you are finding an example of plugin API, please check this GitHub for details.
Thanks.