MXNet.cpp icon indicating copy to clipboard operation
MXNet.cpp copied to clipboard

What is the difference of an executor and a predictor handle?

Open patricianing opened this issue 8 years ago • 0 comments

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, correct? If I need to use executor, how to create one from a saved model?

patricianing avatar Apr 20 '17 15:04 patricianing