Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 420 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 420 Bytes

SKNet

Try to implement the CVPR 2019 paper "Selective Kernel Networks" by PyTorch.

I implement the core Slective Kernel Module, as illustrated in the img: Slective Kernel Module

The core SKConv unit is implement as a Pytorch Module in untils.py.

I intend to test in cifar-10 and imagenet, and test in some SR models.