caffe-tensorflow icon indicating copy to clipboard operation
caffe-tensorflow copied to clipboard

Error "Multiple top nodes are not supported."

Open KwakJiWon opened this issue 8 years ago • 12 comments

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.

KwakJiWon avatar Dec 21 '16 07:12 KwakJiWon

Same issue here

josemarcosrf avatar Feb 16 '17 17:02 josemarcosrf

I am facing same issue. If you have solved please let me know the solution

sathisha-iitg avatar Feb 17 '17 08:02 sathisha-iitg

Same issue

xingdi1990 avatar May 02 '17 01:05 xingdi1990

Same

mysterefrank avatar May 02 '17 19:05 mysterefrank

+1

yuke93 avatar May 07 '17 10:05 yuke93

plus one

patrick-g-zhang avatar May 11 '17 09:05 patrick-g-zhang

+1

prashnani avatar May 11 '17 23:05 prashnani

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.

svebk avatar May 15 '17 20:05 svebk

+1

qinghua2016 avatar Sep 11 '17 06:09 qinghua2016

+1

xiaoerlaigeid avatar Oct 24 '17 15:10 xiaoerlaigeid

Hi, I am getting the same error. Did anyone find a work around? Please share! Thanks.

ankita-sri avatar Jan 24 '18 23:01 ankita-sri

Is this issue fixed in the current repository or any of its forks ???

anilsathyan7 avatar May 08 '19 10:05 anilsathyan7