caffe和最新的tensorflow的依赖protobuf不兼容问题
今天在使用caffe的画图工具时,大致出现如下错误:
AttributeError: 'google.protobuf.pyext._message.RepeatedScalarConta' object has no attribute '_values'
这是因为caffe不支持protobuf-3.0以上的版本
需要重新安装protobuf: pip install proto
原创
2017-06-15 16:45:08 ·
4793 阅读 ·
0 评论