caffe-tensorflow
caffe-tensorflow copied to clipboard
Error "Multiple top nodes are not supported."
Hi, I try to convert caffe model to tensorflow, however occures error. Error message is "Multiple top nodes are not supported". I already updated my caffe model using upgrade_net_proto_text and upgrade_net_proto_binary functions. Thanks.
Same issue here
I am facing same issue. If you have solved please let me know the solution
Same issue
Same
+1
plus one
+1
It may come from your data layer having both a top "data" and "label". If you just want to convert the caffe model to do inference you don't need the label and can remove it from the prototxt. Otherwise, you should find another way of input the label information. Hope that helps.
+1
+1
Hi, I am getting the same error. Did anyone find a work around? Please share! Thanks.
Is this issue fixed in the current repository or any of its forks ???