Closed tianylijun closed 5 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"
the case is if input layer name diff with top blob name, then bug come.
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.
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"