FrancescoSaverioZuppichini / glasses

High-quality Neural Networks for Computer Vision 😎
https://francescosaveriozuppichini.github.io/glasses-webapp/
MIT License
437 stars 37 forks source link

Fix misleading naming in SpatialSE and ChannelSe #280

Closed FrancescoSaverioZuppichini closed 3 years ago

FrancescoSaverioZuppichini commented 3 years ago

Enhancement

Current SpatialSE is called Spatial because it pools spatially and applies attention channel-wise, same thing for ChannelSE but viceverse. This is misleading I think we should invert their names. Moreover the code can use a little bit of refator

FrancescoSaverioZuppichini commented 3 years ago

partially addresses by #282