美文网首页
protobuf'module' object has no a

protobuf'module' object has no a

作者: unimportance | 来源:发表于2017-10-24 13:50 被阅读0次

1. 运行faster rcnn时,发生“protobuf'module' object has no attribute 'text_format'”,是因为protobuf的版本发生了变化,解决方法:

在文件./lib/fast_rcnn/train.py增加一行import google.protobuf.text_format 即可解决问题

参考网址:http://blog.csdn.net/qq_33202928/article/details/72526710

2. 运行faster rcnn时,在stage 1 init阶段大约会停住40分钟左右。

相关文章

网友评论

      本文标题:protobuf'module' object has no a

      本文链接:https://www.haomeiwen.com/subject/whwtpxtx.html