"OverflowError: long int too large to convert to int " in Caffe Net_params
return OrderedDict([(name, lr.blobs)for name, lr in zip(self._layer_names, self.layers)if len(lr.blobs) > 0])OverflowError: long int too large to convert to int解决方案:修改了caffe的源码之后,没有重新编译,需要ma...