Skip to content

Commit

Permalink
add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-rz committed Feb 24, 2024
1 parent fa8b480 commit 5c3e0fb
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
`pip install k3-addons`

# Includes:
- Layers
- Pooling:
- `AdaptiveAveragePooling1D`
- `AdaptiveMaxPooling1D`
- `AdaptiveAveragePooling2D`
- `AdaptiveMaxPooling2D`
- Attention:
- `DoubleAttention`
- `AFTFull`
- `ChannelAttention2D`
- `SpatialAttention2D`
- `ECAAttention`
- `ExternalAttention`
- `ResidualAttention`
## Layers
- Pooling:
- `k3_addons.layers.AdaptiveAveragePooling1D`
- `k3_addons.layers.AdaptiveMaxPooling1D`
- `k3_addons.layers.AdaptiveAveragePooling2D`
- `k3_addons.layers.AdaptiveMaxPooling2D`
- Attention:
- `k3_addons.layers.DoubleAttention`
- `k3_addons.layers.AFTFull`
- `k3_addons.layers.ChannelAttention2D`
- `k3_addons.layers.SpatialAttention2D`
- `k3_addons.layers.ECAAttention`
- `k3_addons.layers.ExternalAttention`
- `k3_addons.layers.ResidualAttention`
- `k3_addons.layers.MobileViTAttention`

0 comments on commit 5c3e0fb

Please sign in to comment.