windows8.1 64位 caffe运行出错 0xc000007b?
这是win8.1自己的问题,你用dependency walker扫描caffe.exe,你会发现一大堆.dll文件缺失,有一些是可以安装的如MinGW里面的libgfortran-3.dll等,但是像“API-MS-WIN-CORE-SHUTDOWN-L1-1-1.DLL”和“EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL”连微软都没有提供下载,网上基本是找不到这个文件,虽然前面一个dll我在一个网站上勉强找到了,但觉得不靠谱就没有装;后面那个文件是真·找不到0.0(调完一堆bug还给我搞出这些东西来,不想用caffe-windows了= =)
■网友
1. 一下内容摘自: ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll error, how to fix
FIX YOUR EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL ERROR
Are you looking for the file ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll ?
It seems this file might have been included in some early version of Win 8, but is no longer included in updated Win 8, or Win 8.1 and later.
Some users report this issue solved after installing / repairing "Visual C++ Redistributable Packages for Visual Studio" relevant to the error message that you get. If you are unsure, please contact dll-files.com support.
"Visual C++ Redistributable Packages for Visual Studio" are available at https://support.microsoft.com/en-us/kb/2977003 (If using a 64bit (x64) version of Windows, install both vcredist_x64.exe and vcredist_x86.exe versions).
【windows8.1 64位 caffe运行出错 0xc000007b?】 PLEASE NOTE! Dependency walker reporting these files as missing, does not necessarily mean that replacing these files will help your issue.
Are you maybe having an error for "0xc000007b" ?
This most likely means you have placed a 32bit dll-file where a 64bit dll-file should be, or the reverse.On a 64bit version of Windows, 64bit dll-files belong in \\Windows\\System32\\ .32bit dll-files belongs in \\Windows\\SysWOW64\\ .Counterintuitive, but this is how it is.
Have you recently placed a dll-file in one of these folders? Make sure it is the correct folder for that file.
Read more about 0xc000007b at dll-files.com Support page
■网友
我也遇到了这个问题,请问您有没有解决呢?
■网友
查一下是不是使用的DLL版本不对,比如32弄成64位了,使用dependency walker看一下。
推荐阅读
- Model确定之后,在Train和Deploy阶段, Caffe有哪些地方可以进一步优化以提高速度
- caffe 怎样计算训练和测试过程中所耗时间
- 怎样评价windows8.1 Update?
- Windows8.1 网络连接受限制却能够上网是咋回事
- 除了ResNet和DenseNet,后来还出了啥更厉害的网络吗就是可以用Caffe简单的配置的
- 在用caffe提供的Python接口的时候均值文件不知道怎样转换,既从binaryproto转成.npy,该怎样转换呢
- caffe训练出的模型预测时奇怪的问题
- “ppt无法从所选的文件中插入视频。验证此媒体格式所必需的64位编码解码器是否已安装,然后重试。“
- 深度学习开源框架Caffe怎样最大使用nvidia K40GPU,达到最大使用率,性能达到最高
- 64位matlab编译出的程序,怎样在32位环境下运行