DingXiaoH / ACNet

ACNet: Strengthening the Kernel Skeletons for Powerful CNN via Asymmetric Convolution Blocks
MIT License
829 stars 133 forks source link

this work is great, but can you give a example how we can replace 3*3 conv by using 3*3+1*3+3*1 #3

Closed nankeermeng closed 4 years ago

DingXiaoH commented 4 years ago

Thank you for your interest in this paper. Please check class ACBlock in acnet/acnet_builder.py.

feidasheng commented 4 years ago

image hello,I will insert your ACBlock class, why is there a padding error, I want to hear your thoughts?

DingXiaoH commented 4 years ago

Thank you for pointing this out. I fixed it several minutes ago. Negative padding means cropping, but I forgot to deal with such cases. Please check the latest version of acnet_builder.