-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSD MobileNet内存占用过大 #71
Comments
你是怎么监测到 900 M 的内存占用的,下面的图是我在 Debug 模式下跑 SSD exmaple 画出来的 |
刚在Linux上面运行SSD的例子,结果显示成功之后,回车推出,就崩溃了 |
@wait1988 Linux 崩溃似乎是 protobuf 的问题? |
@luoyetx 看日志像是protobuf的问题,我现在的版本是2.5,有推荐的版本么 |
3.4 版本,内存占用还是有问题吗? |
@luoyetx 您好,我阅读了mini-caffe的内存管理策略(issue: #70 #31 #29 以及具体的实现syncedmem.cpp 和 syscedmem.hpp),您的工作给了我非常大的启发,非常感谢!! 我准备测试 mini-caffe 加载不同模型做推理过程中的内存使用情况,想请教下您,您回答里面的那些内存占用曲线是怎么绘制的啊? 我注意到mini-caffe在RequestCPU和ReturnCPU过程中打印了内存申请和释放情况([CPU] Request / [CPU] Return / [CPU] Free ..),是根据日志文件里面的打印信息另外写一个脚本去绘制内存占用曲线么? 还是借助某种内存分析工具? 方便介绍一下吗? |
我找到这个脚本了 https://github.com/luoyetx/mini-caffe/blob/master/tools/parse_mem.py python parse_mem.py "./mem.log" 就可以绘制出来内存使用曲线了 这个功能对于开发者来说非常有用,建议可以在介绍profile的时候,一并介绍下这个工具~~ 再次感谢!! |
@luoyetx protobuf必须用3.4版本吗?Ubuntu 16.04 protobuf我用的3.6、2.6内存占用都有问题,不知什么原因 |
在CPU上运行SSD MobileNet内存占用900多M,而用Opencv的DNN模块来运行,内存200多M,差别为什么这么大呢
The text was updated successfully, but these errors were encountered: