mseth10 opened a new issue #18887:
URL: https://github.com/apache/incubator-mxnet/issues/18887


   ## Description
   Graphs containing dynamic shape op are executed in a naive fashion - 
CachedOps executed without shape type inference and memory allocation - causing 
significant slowdown. Such a computation graph can be modified to group static 
shape ops into subgraphs that allow local shape type inference and memory 
allocation giving performance boost. This can be achieved through partitioning 
the graph using an appropriate subgraph property.


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


Reply via email to