Skip to content

Commit f4e4d10

Browse files
committed
whenxuan: update the images
1 parent a458689 commit f4e4d10

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,6 @@ cython_debug/
205205
marimo/_static/
206206
marimo/_lsp/
207207
__marimo__/
208+
209+
./tests.ipynb
210+
.ipynb

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@ pip install channel-attention
1111

1212
We only develop and test with PyTorch. Please make sure to install it from [PyTorch official website](https://pytorch.org/get-started/locally/) based on your system configuration.
1313

14+
## Usage
15+
16+
17+
18+
19+
20+
## Modules
21+
22+
23+
24+
| Attention | Module Implementation Architecture |
25+
| ------------------------------------------------------------ | ------------------------------------------- |
26+
| <div style="text-align: center;"> SEAttention<br/>[[paper]]()</div> | ![SEAttention](images/SEAttention.png) |
27+
| <div style="text-align: center;"> ChannelAttention<br/>[[paper]]()</div> | ![SEAttention](images/ChannelAttention.png) |
28+
| <div style="text-align: center;"> ChannelAttention<br/>[[paper]]()</div> | |
29+

channel_attention/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@
2121
from .efficient_channel_attention import EfficientChannelAttention
2222

2323
from .local_attention import LocalAttention
24-
25-
from .frequency_enhanced_channel_attention import FreqEnhancedAttention

images/ChannelAttention.png

122 KB
Loading

images/SEAttention.png

59.3 KB
Loading

0 commit comments

Comments
 (0)