Implementation of a classification framework from the paper Aggregated Residual Transformations for Deep Neural Networks
Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"
Principalele funcționalități ale jongchan/attention-module sunt: Attention Mechanisms, Computer Vision, Image Classification Architectures.
Alternativele open-source pentru jongchan/attention-module includ: 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…