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

How to import Tensorflow for Python 2.7

Open xy-lin opened this issue 7 years ago • 1 comments

Hi there, I am new to both Tensorflow and Caffe. I would like to ask a basic question. It seems Tensorflow only support Python 3, while this convertion module only works with Python 2.7.

How can you import Tensorflow for Python 2.7 in this module?

I got this error: google.protobuf.message.DecodeError: Truncated message.

Many thanks!

xy-lin avatar Nov 23 '17 18:11 xy-lin

You can try the general converter MMdnn, which supports both py2 and py3.

kitstar avatar Dec 07 '17 04:12 kitstar