Edwardmark commented on issue #15290: mxnet tensorrt bind does not support dynamic batch? URL: https://github.com/apache/incubator-mxnet/issues/15290#issuecomment-505258177 @leleamol I try to use mxnet tensorrt python package to convert mxnet graph to tensorRT, following the link below: https://cwiki.apache.org/confluence/display/MXNET/How+to+use+MXNet-TensorRT+integration But I found that if I bind the model with batch_size 1, I cannot forward the model with batch_size 8; but using the original simple bind of mxnet or the original tensorRT, the model can accept dynamic batch. So I want to request dynamic batch support for mxnet tensorRT forward. Thanks, @mxnet-label-bot @leleamol.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
