We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73ed4d commit 25a2903Copy full SHA for 25a2903
python/caffe/io.py
@@ -7,6 +7,7 @@
7
# Python3 will most likely not be able to load protobuf
8
from caffe.proto import caffe_pb2
9
except:
10
+ import sys
11
if sys.version_info >= (3,0):
12
print("Failed to include caffe_pb2, things might go wrong!")
13
else:
0 commit comments