pytorch-image-models icon indicating copy to clipboard operation
pytorch-image-models copied to clipboard

Support RepGhostNetV2 conv s/m/l, based on MobileNetV4, without weights though

Open ChengpengChen opened this issue 8 months ago • 4 comments

Build RepGhostNetV2 based on MobileNetV4.

Our RepGhostNetV2 differs to MobileNetV4 only in the shortcut connections.

As an alternative efficient backbone to MobileNetV4, RepGhostNetV2 has exactly the same parameters and FLOPs to MobileNetV4, and also achieves similar performance.

refer to: https://github.com/ChengpengChen/RepGhostNetV2

ChengpengChen avatar Jun 14 '24 09:06 ChengpengChen