MXNet.cpp
MXNet.cpp copied to clipboard
C++ interface for mxnet
I am trying to load a pre-built model and do batch scoring, I tried the following two ways, the first one can produce some results, and the second one compiles...
It stoped when i ran the demo on windows7 and display nothing. Did any one meet the same issue like me?
If I want to score in batches using cpp api, should I use executor or predictor handle? It seems MXPredSetInput can only accept single image instead of batch of images,...
NDArray::LoadToMap() can load params by file name.Is there any interface that can load params by raw bytes?
請問 MXNet.cpp 有free 掉 或者 delete NDarray的api嗎? 因為 架構還要 繼續用 所以不想del Executor,重新load model;
Guys, could you point to the example on how to save/restore model state (weights, not structure) thanks
I propose to merge mxnet.cpp into mxnet project. 1. It will attract more attention to mxnet.cpp. 2. It will enable integrated test with mxnet, so that future checkins to mxnet...
I have some code that can vary the batch size as I process the data. I have been trying it with mxnet, and ran into memory corruptions and crashes. I...
I can successfully build the given MxnetTestCpp propram, but when I execute it no output is generated, does anyone have similar issue?
Thank you very much for a help!