ResidualAttentionNetwork-pytorch

Image classifier

Implementing a deep learning framework for image classification using Residual Attention Network architecture

a pytorch code about Residual Attention Network. This code is based on two projects from

GitHub

682 stars
10 watching
167 forks
Language: Python
last commit: almost 8 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
4uiiurz1/pytorch-res2netImplementations of deep learning architectures using PyTorch for image classification tasks on various datasets.112
dyhan0920/pyramidnet-pytorchAn implementation of a deep neural network architecture for image classification tasks273
felixgwu/img_classification_pk_pytorchA PyTorch project for comparing image classification models and facilitating quick experiment setup366
d-li14/regnet.pytorchAn implementation of a PyTorch-based neural network architecture for image classification tasks.68
xternalz/wideresnet-pytorchAn implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets.334
isht7/pytorch-deeplab-resnetA deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks.602
zhanghang1989/pytorch-encodingA Python framework for building deep learning models with optimized encoding layers and batch normalization.2,044
pistony/residualattentionnetworkA Gluon implementation of Residual Attention Network for image classification tasks108
kaiyangzhou/dassl.pytorchA PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision.1,236
huguyuehuhu/hcn-pytorchReplication of a PyTorch model for action recognition and detection from skeleton data218
szagoruyko/binary-wide-resnetAn implementation of a 1-bit weight neural network architecture using PyTorch124
cmsflash/beauty-netProvides a basic framework for training deep learning models on image classification tasks using PyTorch187
fwang91/residual-attention-networkAn implementation of a deep neural network architecture using attention mechanisms and residual connections for image classification tasks.554
l0sg/relational-rnn-pytorchAn implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling245