tkDNN icon indicating copy to clipboard operation
tkDNN copied to clipboard

Adding dilated convolution and support for reorg3d layer

Open mrhosseini opened this issue 4 years ago • 1 comments

I have added dilated convolution as discussed in #37. It works both for TensorRT and CUDNN. The code also adds reorg3d layer ~~as an alias for reorg layer~~. There is also a test_yolo3_tiny_dilation application but I have not uploaded the cfg and weights files.

mrhosseini avatar Jun 18 '20 12:06 mrhosseini

This pull request now contains the fix for #49.

mrhosseini avatar Jun 21 '20 09:06 mrhosseini