All Projects → 1Konny → Gradcam_plus_plus Pytorch

1Konny / Gradcam_plus_plus Pytorch

A Simple pytorch implementation of GradCAM and GradCAM++

Projects that are alternatives of or similar to Gradcam plus plus Pytorch

Gpu Jupyter
Leverage the flexibility of Jupyterlab through the power of your NVIDIA GPU to run your code from Tensorflow and Pytorch in collaborative notebooks on the GPU.
Stars: ✭ 183 (-1.61%)
Mutual labels:  jupyter-notebook
Pygeo Tutorial
Tutorial of geospatial data processing using python 用python分析时空数据的教程(in Chinese and English )
Stars: ✭ 184 (-1.08%)
Mutual labels:  jupyter-notebook
Dat5
General Assembly's Data Science course in Washington, DC
Stars: ✭ 185 (-0.54%)
Mutual labels:  jupyter-notebook
Graphein
Protein Graph Library
Stars: ✭ 184 (-1.08%)
Mutual labels:  jupyter-notebook
Deep Text Recognition Benchmark
Text recognition (optical character recognition) with deep learning methods.
Stars: ✭ 2,665 (+1332.8%)
Mutual labels:  jupyter-notebook
Retina Vesselnet
A Simple U-net model for Retinal Blood Vessel Segmentation based on tensorflow2
Stars: ✭ 185 (-0.54%)
Mutual labels:  jupyter-notebook
Data Science For Covid 19
DS4C: Data Science for COVID-19 in South Korea
Stars: ✭ 184 (-1.08%)
Mutual labels:  jupyter-notebook
Graph attention pool
Attention over nodes in Graph Neural Networks using PyTorch (NeurIPS 2019)
Stars: ✭ 186 (+0%)
Mutual labels:  jupyter-notebook
Tutorials
Tutorials for creating and using ONNX models
Stars: ✭ 2,502 (+1245.16%)
Mutual labels:  jupyter-notebook
Evolopy
Stars: ✭ 185 (-0.54%)
Mutual labels:  jupyter-notebook
Deep Reinforcement Learning Book
書籍「つくりながら学ぶ!深層強化学習」のサポートリポジトリです
Stars: ✭ 184 (-1.08%)
Mutual labels:  jupyter-notebook
Vwnlp
Solving NLP problems with Vowpal Wabbit: Tutorial and more
Stars: ✭ 184 (-1.08%)
Mutual labels:  jupyter-notebook
Fifa18 All Player Statistics
A complete catalog of all the players in Fifa 18 and their complete statistics.
Stars: ✭ 185 (-0.54%)
Mutual labels:  jupyter-notebook
Fairness Indicators
Tensorflow's Fairness Evaluation and Visualization Toolkit
Stars: ✭ 183 (-1.61%)
Mutual labels:  jupyter-notebook
Pyesn
Echo State Networks in Python
Stars: ✭ 185 (-0.54%)
Mutual labels:  jupyter-notebook
Pointrend
an numpy-based implement of PointRend
Stars: ✭ 184 (-1.08%)
Mutual labels:  jupyter-notebook
Advanced Machine Learning Specialization
Advanced Machine Learning Specialization on Coursera
Stars: ✭ 184 (-1.08%)
Mutual labels:  jupyter-notebook
Deepbelief course4 examples
深度學習課程(第四梯)所設計的課程實作
Stars: ✭ 186 (+0%)
Mutual labels:  jupyter-notebook
Python Kaggle Start Book
『PythonではじめるKaggleスタートブック』のサンプルコード・脚注・正誤表
Stars: ✭ 186 (+0%)
Mutual labels:  jupyter-notebook
Bigdl Tutorials
Step-by-step Deep Leaning Tutorials on Apache Spark using BigDL
Stars: ✭ 184 (-1.08%)
Mutual labels:  jupyter-notebook

A Simple pytorch implementation of GradCAM[1], and GradCAM++[2]


Supported torchvision models

  • alexnet
  • vgg
  • resnet
  • densenet
  • squeezenet

Usage

please refer to example.ipynb for general usage and refer to documentations of each layer-finding functions in utils.py if you want to know how to set target_layer_name properly.

References:

[1] Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization, Selvaraju et al, ICCV, 2017
[2] Grad-CAM++: Generalized Gradient-based Visual Explanations for Deep Convolutional Networks, Chattopadhyay et al, WACV, 2018

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].