https://github.com/stickcui/pytorch-se-resnet
SE-ResNet PyTorch Version
https://github.com/stickcui/pytorch-se-resnet
Last synced: 10 months ago
JSON representation
SE-ResNet PyTorch Version
- Host: GitHub
- URL: https://github.com/stickcui/pytorch-se-resnet
- Owner: StickCui
- Created: 2017-12-07T06:15:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T08:47:44.000Z (about 8 years ago)
- Last Synced: 2025-03-25T11:49:16.539Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 129
- Watchers: 3
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyTorch-SE-ResNet
SE-ResNet PyTorch Version
I implement it for Place365 & Challenge AI Scene Classification.
# Implemented Net
- SE-ResNet (50, 101, 152)
- SE-ResNeXt (50, 101, 152)
other framework cound be easily implement to modify `model/model.py`.
Source Caffe codes are at [here](https://github.com/hujie-frank/SENet)
# Citation
If you use Squeeze-and-Excitation Networks in your research, please cite the paper:
@article{hu2017,
title={Squeeze-and-Excitation Networks},
author={Jie Hu and Li Shen and Gang Sun},
journal={arXiv preprint arXiv:1709.01507},
year={2017}
}