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:
authorYori Zwols <yzwols@gmail.com>2015-10-14 11:01:15 +0300
committerYori Zwols <yzwols@gmail.com>2015-10-14 11:01:15 +0300
commitd7a5969c45141a428dfdbf48a1f9472cd8f8e94f (patch)
treeb077d2abb9243d72cac56e2656dd066cb1c1779d /README.md
parent0a66cb95e15e312ec65d426b56ec9418c5a1b355 (diff)
Use full urls for including images
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 795cad7..cc16dc3 100644
--- a/README.md
+++ b/README.md
@@ -162,8 +162,8 @@ graph.dot(g.bg, 'Backward Graph', '/tmp/bg')
In this case, the graphs are saved in the following 4 files: `/tmp/{fg,bg}.{dot,svg}`.
-![Annotated forward graph](doc/annotation_fg.png?raw=true)
-![Annotated backward graph](doc/annotation_bg.png?raw=true)
+<img src= "https://raw.github.com/koraykv/torch-nngraph/master/doc/annotation_fg.png" width="300px"/>
+<img src= "https://raw.github.com/koraykv/torch-nngraph/master/doc/annotation_bg.png" width="300px"/>
## Debugging
@@ -203,4 +203,5 @@ pcall(function() net:updateOutput(input) end)
-- just run Safari to display the svg
os.execute('open -a Safari my_bad_linear_net.svg')
```
-![Error graph](doc/my_bad_linear_net.png?raw=true) \ No newline at end of file
+<img src= "https://raw.github.com/koraykv/torch-nngraph/master/doc/my_bad_linear_net.png" width="300px"/>
+