huggingface / pytorch-image-models

The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
https://huggingface.co/docs/timm
Apache License 2.0
32.01k stars 4.74k forks source link

[FEATURE] HS-ResNet #317

Closed hiyyg closed 3 years ago

hiyyg commented 3 years ago

paper: HS-ResNet: Hierarchical-Split Block on Convolutional Neural Network. https://arxiv.org/abs/2010.07621 reference implementation: https://github.com/bobo0810/HS-ResNet

rwightman commented 3 years ago

I'm not going to get to this one, I just doesn't seem like a big enough step over ResNet, Res2Net.