-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GradCAM analyzer #155
Add GradCAM analyzer #155
Conversation
Awesome, thanks a lot! I'm currently restructuring the package for a 1.0 release, moving the interface into XAIBase.jl, heat mapping into VisionHeatmaps.jl and LRP into RelevancePropagation.jl, so that's why I'll take care of the rest! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #155 +/- ##
==========================================
+ Coverage 95.89% 96.29% +0.40%
==========================================
Files 4 5 +1
Lines 73 81 +8
==========================================
+ Hits 70 78 +8
Misses 3 3 ☔ View full report in Codecov by Sentry. |
Awesome, looks great! 👍 I'm working on heatmap overlays in VisionHeatmaps, which should be merged soon (Julia-XAI/VisionHeatmaps.jl#4), so for now, calling |
Add GradCAM analyzer
The following has been changed:
struct GradCAM
andfunction analyzer
for the type in gradient.jlexport GradCAM
to ExplainableAI.jlheatmap.jl
(Couldn't find the file in the repository anymore - Where is it?)Papers / Blogs as reference
To-Do
Example