Tencent / FeatherCNN

FeatherCNN is a high performance inference engine for convolutional neural networks.
1.21k stars 284 forks source link

Model convert error #15

Closed tianylijun closed 5 years ago

tianylijun commented 6 years ago

layer { name: "input" type: "Input" top: "data" input_param { shape { dim: 1 dim: 3 dim: 22 dim: 92 } } }

if input layer prototxt is as above, will report bug as "Blob not setup yet, may be casued by wrong layer order. Aborted"

tianylijun commented 6 years ago

the case is if input layer name diff with top blob name, then bug come.

turbo0628 commented 6 years ago

OK, this is a problem of the converter that it only deals with default input name at the time being. I'll update this later.