Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hummat authored Dec 9, 2024
1 parent a9cfee7 commit c5add9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The methods should work with all models from the [torchvision](https://github.co
* DenseNet variants
* Inception/GoogLeNet*

*In order for *Guided Backpropagation* and *Grad-CAM* to work properly with the *Inception* and *GoogLeNet* models, they need to by modified slightly, such that all *ReLUs* are modules of the model rather than function calls.
\*In order for *Guided Backpropagation* and *Grad-CAM* to work properly with the *Inception* and *GoogLeNet* models, they need to by modified slightly, such that all *ReLUs* are modules of the model rather than function calls.

```python
# This class can be found at the very end of inception.py and googlenet.py respectively.
Expand Down

0 comments on commit c5add9b

Please sign in to comment.