Merge pull request #80 from Larry850806/patch-1

Update Readme.md
This commit is contained in:
Andrej
2016-11-24 16:57:14 -08:00
committed by GitHub
+1 -1
View File
@@ -86,7 +86,7 @@ net = new convnetjs.Net();
net.makeLayers(layer_defs);
// helpful utility for converting images into Vols is included
var x = convnetjs.img_to_vol(document.getElementById('#some_image'))
var x = convnetjs.img_to_vol(document.getElementById('some_image'))
var output_probabilities_vol = net.forward(x)
```