Skip to content
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

编译运行出错 #3

Open
812406210 opened this issue Jan 11, 2018 · 9 comments
Open

编译运行出错 #3

812406210 opened this issue Jan 11, 2018 · 9 comments

Comments

@812406210
Copy link

你好!,请问下,我git你的代码,编译运行,到这一步出错误,但是使用你的bin-release版本运行没有问题。请问这可能是什么问题导致的?
//获取网络输出,inplace
cls.getBlobData("net_output", net_output);

@hopef
Copy link
Contributor

hopef commented Jan 12, 2018

可能是代码版本不匹配,这个函数仅仅是inplace的方式,可以自己修改为非inplace,例如
WPtr<BlobData> net_output = cls.getBlobData("net_output");

@812406210
Copy link
Author

非inplace也是一样的,还是一样的问题。修改了两天了,都替换了过。

0x0000000000000000 处(位于 openpose-new.exe 中)引发的异常: 0xC0000005: 执行位置 0x0000000000000000 时发生访问冲突。
如有适用于此异常的处理程序,该程序便可安全地继续运行。

@evehal
Copy link

evehal commented Jan 27, 2018

cls.getBlobData("net_output", net_output);,这里我也出现同样的异常vs2015 community update3
换成vs2013 community update5还是出现异常,
实在不行我换ubuntu

@evehal
Copy link

evehal commented Feb 4, 2018

请问作者的CUDA和CUDNN在WIN10下的版本是多少啊,目测是这2个库的版本不对

@wangsheng1991
Copy link

同样的问题 请问如何避免

@wangsssky
Copy link

请问楼上问题解决了吗?

@bowrian
Copy link

bowrian commented Jul 19, 2018

缺少msvcp110d.dll文件,有么有人遇到过?

@liuxufenfeiya
Copy link

我用的cuda8+cudnn7,直接把那个压缩包解压,然后把训练好的模型放到当前文件夹下,直接打开exe就可以运行了

@kingtail
Copy link

非inplace也是一样的,还是一样的问题。修改了两天了,都替换了过。

0x0000000000000000 处(位于 openpose-new.exe 中)引发的异常: 0xC0000005: 执行位置 0x0000000000000000 时发生访问冲突。
如有适用于此异常的处理程序,该程序便可安全地继续运行。

请问您解决了嘛,能否方便提供下您的cuda和cudnn的版本,demo要是能给我一份就更好了,欢迎您和我探讨,[email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants