You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/27 18:08:31 UTC

[GitHub] [incubator-tvm] yongwww commented on issue #4436: How to forward in batches

yongwww commented on issue #4436: How to forward in batches
URL: https://github.com/apache/incubator-tvm/issues/4436#issuecomment-559196636
 
 
   Free free to discuss this in tvm discuss forum - https://discuss.tvm.ai/
   
   If your batch size is changing during inference, then dynamic batching is needed here. your input shape should be like (?, 3, H, W) or (any, 3, H, W). Dynamisim will be covered in tvm conf next week. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services