我是靠谱客的博主 难过美女,这篇文章主要介绍"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的源码之后,没有重新编译,需要
make clean;(很重要
make;
make pycaffe;

最后

以上就是难过美女最近收集整理的关于"OverflowError: long int too large to convert to int " in Caffe Net_params的全部内容,更多相关"OverflowError:内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(74)

评论列表共有 0 条评论

立即
投稿
返回
顶部