karpathy / convnetjs

Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load pretrained network for feed forward only.

Anza1234 opened this issue · comments

Hi, can anyone help me regarding just feed forwarding a network with a set of images. I am successfully initializing network with trained weights, but I am stuck in on how to pass images to the feed forward function.

var x = convnetjs.img_to_vol(document.getElementById('some image'));\n
How to pass images to this ?

Thanks in advance.
Regards,