【神经网络与深度学习】【Matlab开发】caffe-windows使能Matlab2015b接口

标签:【神经网络与深度学习】 【Matlab开发】



<1> 配置CommonSettings.props中python接口

<MatlabSupport>true</MatlabSupport>
<PropertyGroup Condition="'$(MatlabSupport)'=='true'">
<MatlabDir>D:\MATLAB\R2015b</MatlabDir>
<LibraryPath>$(MatlabDir)\extern\lib\win64\microsoft;$(LibraryPath)</LibraryPath>
<IncludePath>$(MatlabDir)\extern\include;$(IncludePath)</IncludePath>
</PropertyGroup>

<2> “gpu/mxGPUArray.h” Not Found

直接给matcaffe工程增加一条包含路径:

D:\MATLAB\R2015b\toolbox\distcomp\gpu\extern\include;

问题解决!


2016-9-17 17:17

张朋艺 [email protected]

04-25 20:10