kazuto1011 / grad-cam-pytorchLinks
PyTorch re-implementation of Grad-CAM (+ vanilla/guided backpropagation, deconvnet, and occlusion sensitivity maps)
☆799Updated 5 years ago
Alternatives and similar repositories for grad-cam-pytorch
Users that are interested in grad-cam-pytorch are comparing it to the libraries listed below
Sorting:
- A Simple pytorch implementation of GradCAM and GradCAM++☆389Updated 6 years ago
- mixup: Beyond Empirical Risk Minimization☆1,191Updated 3 years ago
- Official Pytorch implementation of CutMix regularizer☆1,246Updated 5 years ago
- Unofficial PyTorch Reimplementation of RandAugment.☆636Updated 2 years ago
- Unofficial implementation of the ImageNet, CIFAR 10 and SVHN Augmentation Policies learned by AutoAugment using pillow☆1,489Updated 2 years ago
- Implementation of DropBlock: A regularization method for convolutional networks in PyTorch.☆596Updated 5 years ago
- 2.56%, 15.20%, 1.30% on CIFAR10, CIFAR100, and SVHN https://arxiv.org/abs/1708.04552☆553Updated 5 years ago
- [ICCV 2017] Torch code for Grad-CAM☆1,593Updated 3 years ago
- Implementing Attention Augmented Convolutional Networks using Pytorch☆654Updated 3 years ago
- Official implementation of Score-CAM in PyTorch☆430Updated 3 years ago
- ☆520Updated last year
- experiments on Paper <Bag of Tricks for Image Classification with Convolutional Neural Networks> and other useful tricks to improve CNN a…☆735Updated 6 years ago
- Pytorch implementation of Center Loss☆991Updated 2 years ago
- a pytorch code about Residual Attention Network. This code is based on two projects from☆684Updated 6 years ago
- Random Erasing Data Augmentation. Experiments on CIFAR10, CIFAR100 and Fashion-MNIST☆732Updated last year
- Pytorch implementation of the paper "Class-Balanced Loss Based on Effective Number of Samples"☆800Updated last year
- Official Implementation of 'Fast AutoAugment' in PyTorch.☆1,610Updated 4 years ago
- Class-Balanced Loss Based on Effective Number of Samples. CVPR 2019☆612Updated 4 years ago
- Visualizing CNN filters using PyTorch☆235Updated 5 years ago
- AugMix: A Simple Data Processing Method to Improve Robustness and Uncertainty☆988Updated 4 months ago
- Gradually-Warmup Learning Rate Scheduler for PyTorch☆992Updated 11 months ago
- A generalized gradient-based CNN visualization technique☆295Updated 6 years ago
- Class Activation Mapping written in PyTorch.☆151Updated 3 years ago
- Classification with PyTorch.☆1,740Updated last year
- Attention Branch Network (CIFAR100, ImageNet models)☆273Updated last year
- This repository reproduces the results of the paper: "Fixing the train-test resolution discrepancy" https://arxiv.org/abs/1906.06423☆1,045Updated 4 years ago
- Pre-trained models, data, code & materials from the paper "ImageNet-trained CNNs are biased towards texture; increasing shape bias improv…