Skip to content

Commit 6418be9

Browse files
committed
whenxuan: update the readme
1 parent 2f9ae47 commit 6418be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ We only develop and test with PyTorch. Please make sure to install it from [PyTo
3434

3535
#### 1. [`SEAttention`](https://github.com/wwhenxuan/Channel-Attention/blob/main/channel_attention/squeeze_excitation.py): [[paper]]() The Squeeze-and-Excitation Attention with Global Average Pooling and Feed Forward Network.
3636

37-
<div style="text-align: center;">
37+
<div align="center">
3838
<img width="80%" src="images/SEAttention.png">
3939
</div>
4040

4141
#### 2. [`ChannelAttention`](https://github.com/wwhenxuan/Channel-Attention/blob/main/channel_attention/channel_attention.py): [[paper]]() The Channel Attention with Global Average Pooling and Global Max Pooling.
4242

43-
<div style="text-align: center;">
43+
<div align="center">
4444
<img width="80%" src="images/ChannelAttention.png">
4545
</div>
4646

4747
#### 3. [`SpatialAttention`](https://github.com/wwhenxuan/Channel-Attention/blob/main/channel_attention/spatial_attention.py): [[paper]]() The Spatial Attention with Global Average Pooling and Global Max Pooling.
4848

49-
<div style="text-align: center;">
49+
<div align="center">
5050
<img width="80%" src="images/SpatialAttention.png">
5151
</div>
5252

0 commit comments

Comments
 (0)