MXNet.cpp
MXNet.cpp copied to clipboard
The demo can not be debuged on win7
It stoped when i ran the demo on windows7 and display nothing. Did any one meet the same issue like me?
I seems to have similar issue. I can build the program and run it without any problems, but when I execute the MxnetTestCpp.exe file, the program seems hanging there and displays nothing.
I think you need 1. see readme.txt under lib/windows 2. download mingw-w64 and libopenblas and set environment variable PATH accordingly.
@cjsure Hi~, I meet the same problem, have you solved it?