├── README.md ├── hsresnet ├── __init__.py ├── hs_block.py └── hs_resnet.py └── imgs └── hs_block.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobo0810/HS-ResNet/HEAD/README.md -------------------------------------------------------------------------------- /hsresnet/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hsresnet/hs_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobo0810/HS-ResNet/HEAD/hsresnet/hs_block.py -------------------------------------------------------------------------------- /hsresnet/hs_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobo0810/HS-ResNet/HEAD/hsresnet/hs_resnet.py -------------------------------------------------------------------------------- /imgs/hs_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bobo0810/HS-ResNet/HEAD/imgs/hs_block.png --------------------------------------------------------------------------------