ethereon / caffe-tensorflow

Caffe models in TensorFlow
Other
2.8k stars 1.04k forks source link

Whether or when will multiple top nodes are supported? #152

Open Tigerwander opened 6 years ago

Tigerwander commented 6 years ago

My caffe protxt has many layers, one of which looks like following: , name: "pool1_caffe_1" type: "Slice" bottom: "pool1" top: "pool1_caffe_1" top: "_caffe_2" slice_param { slice_point: 56 axis: 2 }

which has one bottom(input) and two top(outputs). However, caffe-tensorflow doesn't support multi top nodes, Do you have plan updating this, or how can I solve it with your suggestions.

Best Wishes! Tiger

ankita-sri commented 6 years ago

Hello, I am facing the same problem. Could you figure out any workaround?