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 09:24:39 UTC

[GitHub] [incubator-tvm] jayle19930918 opened a new issue #4436: How to forward in batches

jayle19930918 opened a new issue #4436: How to forward in batches
URL: https://github.com/apache/incubator-tvm/issues/4436
 
 
   I have some problems about batch forward.
   -In model compile, for example, batch_size=1, input_shape=(1, 3, H, W), then the models for TVM are produced
   -When inferring with TVM, the input_shape must be (1, 3, H, W)
   -How to batch forward with TVM ?
   

----------------------------------------------------------------
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