-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After receiving errors running the original code locally (I kept receiving error with the original gradcam().explain() line), I edited the code and combined it with the official gradcam documentation from the Keras website. This runs without error for me on windows.
- Loading branch information
1 parent
7bc519f
commit 47fd74b
Showing
1 changed file
with
103 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @MatthewTafazoli looks like the functionality that overlaid class prediction got deleted in your commit. Could you please add this to the latest https://github.com/PracticalDL/Practical-Deep-Learning-Book/blob/master/code/chapter-2/visualization.py
Bug #148