# SKNet **Repository Path**: xxuffei/SKNet ## Basic Information - **Project Name**: SKNet - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-17 - **Last Updated**: 2021-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SKNet Try to implement the CVPR 2019 paper ["Selective Kernel Networks"](https://arxiv.org/abs/1903.06586) by PyTorch. I implement the core Slective Kernel Module, as illustrated in the img: ![Slective Kernel Module](https://github.com/pppLang/SKNet/blob/master/img/img1.PNG) 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.