Adding dilated convolution and support for reorg3d layer #47

Open
mrhosseini wants to merge 8 commits from mrhosseini/master into master
mrhosseini commented 2020-06-18 14:33:54 +02:00 (Migrated from github.com)

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.

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 commented 2020-06-21 11:53:10 +02:00 (Migrated from github.com)

This pull request now contains the fix for #49.

This pull request now contains the fix for #49.
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmr/tkDNN#47