• Stars
    star
    365
  • Rank 116,141 (Top 3 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.