Skip to content

luuil/mxnet110-cpu-gpu-win-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for mxnet 1.1.0 cpu/gpu on windows

This repo shows how to use mxnet cpp api on windows.

Requirements

  • Cmake > 3.10
  • Visual Studio > 2015

Build

mkdir build
cd build
cmake -G "Visual Studio 15 2017 Win64" ../cmake

Then, open with vs2017, and set configuration to Release or it will link failed(because the opencv is Release version).

Pre-build binaries or other files

All can be download at mxnet64_110 depends