在Windows上编译MatConvNet [英] Compiling MatConvNet on Windows

查看:151
本文介绍了在Windows上编译MatConvNet的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在Windows 8.1上编译 MatConvNet 。由于我似乎需要使用Makefile来执行此操作,因此我下载了 GNUWin Make ,这允许在Windows上使用 make 命令。我得到的错误是以下一个:

  process_begin:CreateProcess(NULL,C:\Program Files \MATLAB \\ R2014a\bin \mexext,...)失败。文件 C:\Program Files\MATLAB\R2014a时,

\bin\mexext.bat 存在。



你有什么线索吗?


<在新的beta-8中我们添加了新的函数 vl_compilenn ,它支持Windows上的编译...(。不需要Make,加上我们修复了与msvc编译器相关的问题)。到目前为止它似乎也为GPU代码工作...



你可以找到细节此处。希望这将有助于:)


I am trying to compile MatConvNet on Windows 8.1. Since it seems that I need to use the "Makefile" to do that, I downloaded GNUWin Make, which allows to use the make command on Windows. The error I get is the following one:

process_begin: CreateProcess(NULL, C:\Program Files\MATLAB\R2014a\bin\mexext, ...) failed.

while the file C:\Program Files\MATLAB\R2014a\bin\mexext.bat exists.

Do you have any clue on that please?

解决方案

in the new beta-8 we have added new function vl_compilenn which supports compilation on Windows... (no need for Make, plus we've fixed the issues related to msvc compiler). So far it seems to work also for the GPU code...

You can find detail here. Hope that this would help :)

这篇关于在Windows上编译MatConvNet的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆