Skip to content

Commit

Permalink
Added external github paths to README
Browse files Browse the repository at this point in the history
- to render properly on PyPI
  • Loading branch information
chr5tphr committed Jun 14, 2021
1 parent e756ac5 commit 4ed35a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Zennit
![Zennit-Logo](share/img/zennit.png)
![Zennit-Logo](https://raw.githubusercontent.com/chr5tphr/zennit/d3934e974bb7c685fc929786d6fc653474fbbc98/share/img/zennit.png)


Zennit (**Z**ennit **e**xplains **n**eural **n**etworks **i**n **t**orch)
Expand Down Expand Up @@ -75,7 +75,7 @@ $ python share/example/feed_forward.py \
which computes the lrp heatmaps according to the `epsilon_gamma_box` rule and stores them in `share/results`, along with the respective input images.

The resulting heatmaps may look like the following:
![beacon heatmaps](share/img/beacon_vgg16_epsilon_gamma_box.png)
![beacon heatmaps](https://raw.githubusercontent.com/chr5tphr/zennit/d3934e974bb7c685fc929786d6fc653474fbbc98/share/img/beacon_vgg16_epsilon_gamma_box.png)

The following is a slightly modified exerpt of `share/example/feed_forward.py`:
```python
Expand Down

0 comments on commit 4ed35a9

Please sign in to comment.