From e5eac380d54bfff13a4ecf5b56831cea60edde73 Mon Sep 17 00:00:00 2001 From: Tommy in Tongji <36354458+TommyZihao@users.noreply.github.com> Date: Wed, 21 Sep 2022 22:44:33 +0800 Subject: [PATCH 1/2] Create README.md Add Chinese video and jupyter notebook tutorials --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a699b42e2..50c97e31e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Documentation with advanced tutorials: [https://jacobgil.github.io/pytorch-gradcam-book](https://jacobgil.github.io/pytorch-gradcam-book) +[Video tutorial(Chinese)](https://www.bilibili.com/video/BV1JG4y1s74x) + +[Jupyter notebook tutorial(Chinese)](https://github.com/TommyZihao/Train_Custom_Dataset/tree/main/%E5%9B%BE%E5%83%8F%E5%88%86%E7%B1%BB/6-%E5%8F%AF%E8%A7%A3%E9%87%8A%E6%80%A7%E5%88%86%E6%9E%90%E3%80%81%E6%98%BE%E8%91%97%E6%80%A7%E5%88%86%E6%9E%90) + This is a package with state of the art methods for Explainable AI for computer vision. This can be used for diagnosing model predictions, either in production or while @@ -309,4 +313,4 @@ Suraj Srinivas, Francois Fleuret` https://arxiv.org/abs/1806.10206
`Deep Feature Factorization For Concept Discovery -Edo Collins, Radhakrishna Achanta, Sabine Süsstrunk` \ No newline at end of file +Edo Collins, Radhakrishna Achanta, Sabine Süsstrunk` From 2bbcfde3069dc7a9a429bba6a5eaf11837f7e22b Mon Sep 17 00:00:00 2001 From: Tommy in Tongji <36354458+TommyZihao@users.noreply.github.com> Date: Wed, 21 Sep 2022 22:45:13 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50c97e31e..5ce9e5348 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Documentation with advanced tutorials: [https://jacobgil.github.io/pytorch-gradc [Video tutorial(Chinese)](https://www.bilibili.com/video/BV1JG4y1s74x) -[Jupyter notebook tutorial(Chinese)](https://github.com/TommyZihao/Train_Custom_Dataset/tree/main/%E5%9B%BE%E5%83%8F%E5%88%86%E7%B1%BB/6-%E5%8F%AF%E8%A7%A3%E9%87%8A%E6%80%A7%E5%88%86%E6%9E%90%E3%80%81%E6%98%BE%E8%91%97%E6%80%A7%E5%88%86%E6%9E%90) +[Jupyter notebook tutorial(Chinese)](https://github.com/TommyZihao/Train_Custom_Dataset/tree/main/%E5%9B%BE%E5%83%8F%E5%88%86%E7%B1%BB/6-%E5%8F%AF%E8%A7%A3%E9%87%8A%E6%80%A7%E5%88%86%E6%9E%90%E3%80%81%E6%98%BE%E8%91%97%E6%80%A7%E5%88%86%E6%9E%90/2.pytorch-grad-cam%E5%B7%A5%E5%85%B7%E5%8C%85%EF%BC%9ACAM%E7%83%AD%E5%8A%9B%E5%9B%BE%E3%80%81Guided%20Grad-CAM%E7%83%AD%E5%8A%9B%E5%9B%BE%E3%80%81DFF) This is a package with state of the art methods for Explainable AI for computer vision.