14 lines
316 B
Markdown
14 lines
316 B
Markdown
|
# Squeeze-and-Excitation Networks
|
||
|
|
||
|
## Introduction
|
||
|
|
||
|
```latex
|
||
|
@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}
|
||
|
}
|
||
|
```
|