AliJafari1997 / SKNet-Keras

Simple tensorflow-keras implementation of SKConv in Selective Kernel Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple tensorflow-keras implementation of SKConv in Selective Kernel Networks


Languages

Language:Python 100.0%