Such error will be raised when trying to draw model with protobuf>2.6.1 (for instance protobuf 3.2.0):
AttributeError: 'google.protobuf.pyext._message.RepeatedScalarConta' object has no attribute '_values'
There's an issue from original caffe which shows how to solve this problem: BVLC#3698