Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/nngraph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan J Hunt <jjhunt@google.com>2015-01-14 20:11:41 +0300
committerJonathan J Hunt <jjhunt@google.com>2015-01-14 20:11:41 +0300
commit37e6ce83c38a4ab0691841579a09acea58af39cb (patch)
tree4f9254810da9bf8101fedd91fe43166582e63ca1
parent915becd9bc5b4e7058cdcaaddf1fd7b0c7776a46 (diff)
Changed images to png so they display properly
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8366cc6..4944d3a 100644
--- a/README.md
+++ b/README.md
@@ -164,5 +164,5 @@ For the full list of graph attributes see the
graph.dot(g.bg,'Backward Graph', '/tmp/bg')
```
-![Annotated forward graph](doc/annotation_fg.svg?raw=true)
-![Annotated backward graph](doc/annotation_bg.svg?raw=true)
+![Annotated forward graph](doc/annotation_fg.png?raw=true)
+![Annotated backward graph](doc/annotation_bg.png?raw=true)