It seems that torch-caffe-binding can't process multi-input net
Closed this issue · 1 comments
cloud-waiting-for-wind commented
It seems that torch-caffe-binding can't process multi-input net
I have a caffe-net with two input, I find it gets error when
output = net:forward( {input_1, input_2} ),
it seems that the torch-caffe-binding can only process one-input net
szagoruyko commented
no, it only supports one input networks, unfortunately.