awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Jongchan avatar

Jongchan/attention-module

0
View on GitHub↗
2,225 stars·406 forks·Python·MIT·9 views

Attention Module

Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"

Features

  • Attention Mechanisms - Convolutional block and bottleneck attention modules.
  • Computer Vision - Convolutional block attention module for feature refinement.
  • Image Classification Architectures - Attention module implementations for convolutional networks.

Star history

Star history chart for jongchan/attention-moduleStar history chart for jongchan/attention-module

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Attention Module

Similar open-source projects, ranked by how many features they share with Attention Module.
  • hujie-frank/senethujie-frank avatar

    hujie-frank/SENet

    3,641View on GitHub↗

    Squeeze-and-Excitation Networks

    Cuda
    View on GitHub↗3,641
  • implus/sknetI

    implus/SKNet

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/resnextfacebookresearch avatar

    facebookresearch/ResNeXt

    1,926View on GitHub↗

    Implementation of a classification framework from the paper Aggregated Residual Transformations for Deep Neural Networks

    Lua
    View on GitHub↗1,926
  • kaiminghe/resnet-1k-layersKaimingHe avatar

    KaimingHe/resnet-1k-layers

    936View on GitHub↗

    Deep Residual Networks with 1K Layers

    Lua
    View on GitHub↗936
See all 30 alternatives to Attention Module→

Frequently asked questions

What does jongchan/attention-module do?

Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"

What are the main features of jongchan/attention-module?

The main features of jongchan/attention-module are: Attention Mechanisms, Computer Vision, Image Classification Architectures.

What are some open-source alternatives to jongchan/attention-module?

Open-source alternatives to jongchan/attention-module include: hujie-frank/senet — Squeeze-and-Excitation Networks. kaiminghe/resnet-1k-layers — Deep Residual Networks with 1K Layers. facebookresearch/resnext — Implementation of a classification framework from the paper Aggregated Residual Transformations for Deep Neural Networks. liuzhuang13/densenet — DenseNet is a computer vision model and convolutional neural network implementation designed for image recognition and… implus/sknet. pytorch/vision — This project is a comprehensive computer vision library for the PyTorch ecosystem, providing a standardized collection…