msyim / VGG16Links
A PyTorch implementation of VGG16. This could be considered as a variant of the original VGG16 since BN layers are added after each conv. layer
☆187Updated 5 years ago
Alternatives and similar repositories for VGG16
Users that are interested in VGG16 are comparing it to the libraries listed below
Sorting:
- CBAM: Convolutional Block Attention Module for CIFAR10 on ResNet backbone with Pytorch☆118Updated 5 years ago
- VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset☆87Updated 5 years ago
- pytorch pretrained model — resnet, densenet, inception, vgg, squeezenet, alexnet☆75Updated 6 years ago
- PyTorch implementation of AlexNet☆127Updated 7 years ago
- try to implement the CVPR 2019 paper "Selective Kernel Networks" by PyTorch☆376Updated 5 years ago
- A simple Spatial Pyramid Pooling layer which could be added in CNN☆332Updated 5 years ago
- ☆218Updated 7 years ago
- ☆409Updated 7 years ago
- Feature Pyramid Networks in PyTorch☆482Updated 7 years ago
- This is the PyTorch implementation of VGG network trained on CIFAR10 dataset☆351Updated 6 years ago
- This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet…☆426Updated 6 years ago
- pytorch and cifar10☆216Updated 4 years ago
- Code for ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks☆1,336Updated 4 years ago
- SSD 改进:backbone增加resnet,并针对resnet加入attention机制,为了充分利用细节特征和语义特征,还加入了特征融合模型☆80Updated 4 years ago
- SE-ResNet PyTorch Version☆131Updated 7 years ago
- CNN可视化代码,帮助了解建立GradCam过程, 代码中文注解☆103Updated 5 years ago
- A PyTorch implementation of Xception: Deep Learning with Depthwise Separable Convolutions☆255Updated 2 years ago
- MSDNet☆190Updated 3 years ago
- PyTorch implementation of Non-Local Neural Networks (https://arxiv.org/pdf/1711.07971.pdf)☆251Updated 2 years ago
- The official PyTorch implementation of CVPR 2020 paper "Improving Convolutional Networks with Self-Calibrated Convolutions"☆385Updated 5 years ago
- This is a SE_DenseNet which contains a senet (Squeeze-and-Excitation Networks by Jie Hu, Li Shen, and Gang Sun) module, written in Pytor…☆103Updated 5 years ago
- Classification with backbone Resnet and attentions: SE-Channel Attention, BAM - (Spatial Attention, Channel Attention, Joint Attention), …☆61Updated 5 years ago
- vit model from tensorflow☆45Updated 4 years ago
- Unofficial implementations of some classical CNN backbones with pytorch☆169Updated 3 years ago
- Non-official implement of Paper:CBAM: Convolutional Block Attention Module☆1,418Updated last year
- A PyTorch implementation of Inception-v4 and Inception-ResNet-v2.☆117Updated 5 years ago
- Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"☆2,159Updated 2 years ago
- Nearly Perfect & Easily Understandable PyTorch Implementation of SKNet☆97Updated 3 years ago
- Gluon implementation of channel-attention modules: SE, ECA, GCT☆41Updated 4 years ago
- pytorch实现Grad-CAM和Grad-CAM++,可以可视化任意分类网络的Class Activation Map (CAM)图,包括自定义的网络;同时也实现了目标检测faster r-cnn和retinanet两个网络的CAM图;欢迎试用、关注并反馈问题...☆754Updated 4 years ago