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 ?
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,