https://github.com/Microsoft/CNTK
Raw File
Tip revision: 63603e0f70a2d2230e47777284492ad3ed304c7b authored by Peyman Manikashani on 02 July 2018, 18:39:26 UTC
SqueezeNet numbers mistmatch fix (due to an issue on softmax layer)
Tip revision: 63603e0
DelayLoadedExtensionsDll.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ClCompile Include="ImageWriter.cpp" />
    <ClCompile Include="dllmain.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="ImageWriter.h" />
  </ItemGroup>
</Project>
back to top