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

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Léonard <nick@nikopia.org>2014-10-08 04:58:45 +0400
committerNicholas Léonard <nick@nikopia.org>2014-10-08 04:58:45 +0400
commit6f4c211f5a19b94bb2256715281ed72a1985a00b (patch)
tree50f8e1adf9db211e08997f06c8546961d936fb4b /README.md
parentc4c59084dc718b8ec228801acb985ef2b43788ee (diff)
fixed doc bug
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index c81a81c..0540ccb 100644
--- a/README.md
+++ b/README.md
@@ -219,7 +219,11 @@ l = nn.SpatialReSampling{owidth=150,oheight=150}
output = l:forward(input)
image.save('doc/image/Lenna-150x150-bilinear.png', output)
```
+
The input:
+
![Lenna](doc/image/Lenna.png)
+
The re-sampled output:
-![Lenna re-sampled](doc/image/Lenna-150x150.png)
+
+![Lenna re-sampled](doc/image/Lenna-150x150-bilinear.png)