MXNet.cpp
MXNet.cpp copied to clipboard
What is the difference of an executor and a predictor handle?
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?