Skip to content

StickCui/PyTorch-SE-ResNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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}
}

About

SE-ResNet PyTorch Version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published