dmlc / MXNet.cpp

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

how to use train_ads.cpp example #11

Closed slaweks17 closed 8 years ago

slaweks17 commented 8 years ago

I compiled train_ads.cpp example in Windows directory. To execute it I need to pass a parameter (apparently some data file name), but I can't find any information what it is supposed to be.

hjk41 commented 8 years ago

The train_ads example requires a large data file. So I just removed it and replaced it with MLP, which is able to run without manually downloading data. Please checkout the latest code and reopen the visual studio solution.