/SKNet-Keras

Simple tensorflow-keras implementation of SKConv in Selective Kernel Networks

Primary LanguagePython

SKNet-Keras

Simple tensorflow-keras implementation of SKConv in Selective Kernel Networks

Approach

sknet

Notes

I find there are many implementations of SKNet:

  • implus/SKNet [official code] [caffe]
  • pppLang/SKNet [code] [pytorch]
  • bravotty/SKNet-tensorflow [code] [tensorflow]
  • ...

By comparing with the official code, these third-party implementations have slight differences in details. So I present my own implementation in this repository.

If you see any fault, please let me know.