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

Example code fails with google.protobuf.message.DecodeError: Truncated message

Open YuvalBahat opened this issue 7 years ago • 6 comments

I tried to run the example code (the mnist one). I do not have caffe installed, so it was supposed to use the python protobuf option instead, but failed with the error above.

I'm using python 3.4.4.

YuvalBahat avatar Jul 06 '17 19:07 YuvalBahat

I met the same problem!

wmpang avatar Jul 10 '17 06:07 wmpang

Same here.

wangchuan avatar Jul 19 '17 08:07 wangchuan

Same here.

zhuyinheng avatar Aug 11 '17 03:08 zhuyinheng

check that if you are using python3 this module only support python2,which is NOT noted in the README

zhuyinheng avatar Aug 11 '17 03:08 zhuyinheng

Well, this can be the reason then, since I'm running version 3.4.4 Thanks.

On Thu, Aug 10, 2017 at 10:30 PM 朱鹮 [email protected] wrote:

check that if you are using python3 this module only support python2,which is NOT noted in the README

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ethereon/caffe-tensorflow/issues/129#issuecomment-321725326, or mute the thread https://github.com/notifications/unsubscribe-auth/AatZJCrhzzX87zO8f_Z34o2RXK5PuJlAks5sW8rtgaJpZM4OQFaQ .

YuvalBahat avatar Aug 17 '17 21:08 YuvalBahat

It is likely that this is the issue affecting you https://github.com/google/protobuf/issues/3734

jleni avatar Oct 11 '17 06:10 jleni