CBAM.PyTorch

Feature map refiner

PyTorch implementation of the CBAM module for refining feature maps in deep networks

Non-official implement of Paper:CBAM: Convolutional Block Attention Module

GitHub

1k stars
12 watching
285 forks
Language: Python
last commit: about 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
bmsookim/wide-resnet.pytorchPyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets462
rentruewang/koilaA lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution1,823
hughperkins/pytorchProvides Python wrappers for PyTorch and Lua, enabling developers to use PyTorch's deep learning capabilities from both languages.432
zhanghang1989/pytorch-encodingA Python framework for building deep learning models with optimized encoding layers and batch normalization.2,044
tengshaofeng/residualattentionnetwork-pytorchImplementing a deep learning framework for image classification using Residual Attention Network architecture682
minglllli/cbafedA PyTorch implementation of a method for improving semi-supervised learning in federated settings by adapting pseudo labels to balance classes.7
prabhuomkar/pytorch-cppA C++ implementation of PyTorch tutorials1,978
4uiiurz1/pytorch-res2netImplementations of deep learning architectures using PyTorch for image classification tasks on various datasets.112
randl/shufflenetv2-pytorchAn implementation of a lightweight convolutional neural network architecture for mobile devices191
oyam/pytorch-dpnsPyTorch implementation of a deep learning model for image segmentation90
nearai/torchfoldA PyTorch module for dynamic batching and optimized computation on deep neural networks221
lemonhu/ner-bert-pytorchA PyTorch implementation of named entity recognition using the Google AI's pre-trained BERT model for Chinese text data.442
pp00704831/banet-tip-2022A PyTorch implementation of an attention network for dynamic scene deblurring37
bamos/densenet.pytorchAn implementation of a deep neural network architecture in PyTorch833
l0sg/relational-rnn-pytorchAn implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling245