szagoruyko / torch-caffe-binding

Use Caffe in Torch7
BSD 2-Clause "Simplified" License
63 stars 19 forks source link

It seems that torch-caffe-binding can't process multi-input net #7

Closed cloud-waiting-for-wind closed 7 years ago

cloud-waiting-for-wind commented 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

szagoruyko commented 7 years ago

no, it only supports one input networks, unfortunately.