Caffe to Tensorflow (Kaffe by Ethereon) : TypeError: Descriptors should not be created directly, but only retrieved from their parent
问题 I wanted to use the wonderful package caffe-tensorflow by ethereon and I ran into the same problem described in this closed issue: When I run the example or try to import caffepb I got the error message: >>> import caffepb Traceback (most recent call last): File "<stdin>", line 1, in <module> File "caffepb.py", line 28, in <module> type=None), File "/home/me/anaconda/python2.7/site-packages/google/protobuf/descriptor.py", line 652, in __new__ _message.Message._CheckCalledFromGeneratedFile()