mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* add mytrain.py for test * test before layers * test attr in layers * test classifier * delete mytrain.py * add mobilenet_v3.yml * fix ymal * rename model_zoo.yml to model-index.yml * replace imagenet with imagenet-1k
Squeeze-and-Excitation Networks
Introduction
@inproceedings{hu2018squeeze,
title={Squeeze-and-excitation networks},
author={Hu, Jie and Shen, Li and Sun, Gang},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
pages={7132--7141},
year={2018}
}
Results and models
ImageNet
Model | Params(M) | Flops(G) | Top-1 (%) | Top-5 (%) | Config | Download |
---|---|---|---|---|---|---|
SE-ResNet-50 | 28.09 | 4.13 | 77.74 | 93.84 | config | model | log |
SE-ResNet-101 | 49.33 | 7.86 | 78.26 | 94.07 | config | model | log |