Closed cloud-waiting-for-wind closed 7 years ago
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
no, it only supports one input networks, unfortunately.
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