caffe-tensorflow
caffe-tensorflow copied to clipboard
How to import Tensorflow for Python 2.7
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!
You can try the general converter MMdnn, which supports both py2 and py3.