We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c653cb commit b9db2ffCopy full SHA for b9db2ff
Readme.md
@@ -86,7 +86,7 @@ net = new convnetjs.Net();
86
net.makeLayers(layer_defs);
87
88
// helpful utility for converting images into Vols is included
89
-var x = convnetjs.img_to_vol(document.getElementById('#some_image'))
+var x = convnetjs.img_to_vol(document.getElementById('some_image'))
90
var output_probabilities_vol = net.forward(x)
91
```
92
0 commit comments