bzcheeseman commented on issue #10290: c++ how to predict for a couple of images
URL: 
https://github.com/apache/incubator-mxnet/issues/10290#issuecomment-377556877
 
 
   I would pad the input array with zeros and ignore the unneeded outputs. 
Choose some number that is the largest batch you want to support and then pad 
other batches up to that number. If you use the C++ interface (`cpp-package`) 
with the executor, you can also call bind on the updated size.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to