Skip to content

Commit

Permalink
Merge pull request #80 from Larry850806/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
karpathy authored Nov 25, 2016
2 parents 5c653cb + b9db2ff commit 4c3358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down

1 comment on commit 4c3358a

@TrevorBlythe
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be accepted

Please sign in to comment.