-
Notifications
You must be signed in to change notification settings - Fork 101
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
Comments
可能是代码版本不匹配,这个函数仅仅是inplace的方式,可以自己修改为非inplace,例如 |
非inplace也是一样的,还是一样的问题。修改了两天了,都替换了过。 0x0000000000000000 处(位于 openpose-new.exe 中)引发的异常: 0xC0000005: 执行位置 0x0000000000000000 时发生访问冲突。 |
cls.getBlobData("net_output", net_output);,这里我也出现同样的异常vs2015 community update3 |
请问作者的CUDA和CUDNN在WIN10下的版本是多少啊,目测是这2个库的版本不对 |
同样的问题 请问如何避免 |
请问楼上问题解决了吗? |
缺少msvcp110d.dll文件,有么有人遇到过? |
我用的cuda8+cudnn7,直接把那个压缩包解压,然后把训练好的模型放到当前文件夹下,直接打开exe就可以运行了 |
请问您解决了嘛,能否方便提供下您的cuda和cudnn的版本,demo要是能给我一份就更好了,欢迎您和我探讨,[email protected] |
你好!,请问下,我git你的代码,编译运行,到这一步出错误,但是使用你的bin-release版本运行没有问题。请问这可能是什么问题导致的?
//获取网络输出,inplace
cls.getBlobData("net_output", net_output);
The text was updated successfully, but these errors were encountered: