dmlc / MXNet.cpp

C++ interface for mxnet
Other
114 stars 78 forks source link

No output for MxnetTestCpp program #63

Open chrisplyn opened 7 years ago

chrisplyn commented 7 years ago

I can successfully build the given MxnetTestCpp propram, but when I execute it no output is generated, does anyone have similar issue?

kongjiellx commented 7 years ago

if your system is win7, update to win10.

conopt commented 7 years ago

mxnet.cpp has been updated, please check again.

conopt commented 7 years ago

I think you need 1. see readme.txt under lib/windows 2. download mingw-w64 and libopenblas and set environment variable PATH accordingly.